~clint-fewbar/charms/precise/moodle/slow

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Ryan Kather
  • Date: 2012-03-23 02:59:45 UTC
  • Revision ID: rkather@missionpenguin.com-20120323025945-gaf9h1t7k8hbr8pf
db relation improvements and install fixup

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    type: string
5
5
    description: Admin User ID
6
6
  adminpass:
7
 
    default: password_moodle
 
7
    default:  adminpass
8
8
    type: string
9
9
    description:  Admin Password
10
10
  chmod:
11
 
    default: 2777
 
11
    default: 2770
12
12
    type: int
13
13
    description: Octal Permissions of Directories Created Within dataroot.
14
14
  dataroot:
20
20
    type: string
21
21
    description: Type of Database for Moodle
22
22
  fullname:
23
 
    default:  MyOrganization's Moodle
 
23
    default: MyOrganization's Moodle
24
24
    type:  string
25
25
    description: The Full Name of the Site
26
26
  shortname:
 
27
    default: Moodle
27
28
    type: string
28
29
    descriptoin: The Short Name of the Site