diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-21 19:32:41 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-21 19:32:41 +0000 |
| commit | c6fc6c56cea381c7bdf15e8610a28a4c6924ecf5 (patch) | |
| tree | fd7b35a8ab37f89563d7db3a65d10fa3c5c6f9d6 /documentation | |
| parent | b2031aa32995331474244150bbc97f467e3ada7b (diff) | |
| download | puppet-c6fc6c56cea381c7bdf15e8610a28a4c6924ecf5.tar.gz puppet-c6fc6c56cea381c7bdf15e8610a28a4c6924ecf5.tar.xz puppet-c6fc6c56cea381c7bdf15e8610a28a4c6924ecf5.zip | |
Adding a link to the cookbook
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1474 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/documentation/typedocs.page | 16 | ||||
| -rw-r--r-- | documentation/index.page | 8 |
2 files changed, 20 insertions, 4 deletions
diff --git a/documentation/documentation/typedocs.page b/documentation/documentation/typedocs.page index 368768239..e983b057c 100644 --- a/documentation/documentation/typedocs.page +++ b/documentation/documentation/typedocs.page @@ -537,7 +537,7 @@ filebucketed files. #### checksum How to check whether a file has changed. **md5**/*lite-md5*/ -*time*/*mtime* Valid values are ``mtime``, ``md5``, ``time``, ``nosum``, ``timestamp``, ``md5lite``. Values can also match ``(?-mix:^\{md5|md5lite|timestamp|mtime|time\})``. +*time*/*mtime* Valid values are ``md5lite``, ``mtime``, ``timestamp``, ``time``, ``nosum``, ``md5``. Values can also match ``(?-mix:^\{md5|md5lite|timestamp|mtime|time\})``. #### content Specify the contents of a file as a string. Newlines, tabs, and spaces @@ -732,6 +732,9 @@ but if you desperately need it to be so, please contact us. ### Group Parameters +#### allowdupe +Whether to allow duplicate GIDs. Valid values are ``true``, ``false``. + #### ensure The basic state that the object should be in. Valid values are ``present``, ``absent``. @@ -858,6 +861,10 @@ validated according to system rules, which in the case of Solaris means that it should either be a fully qualified path or it should be in /var/sadm/install/admin. +#### allowcdrom +Tells apt to allow cdrom sources in the sources.list file. +Normally apt will bail if you try this. Valid values are ``true``, ``false``. + #### category A read-only parameter set by the package. @@ -868,7 +875,7 @@ A read-only parameter set by the package. What state the package should be in. *latest* only makes sense for those packaging formats that can retrieve new packages on their own and will throw an error on -those that cannot. Valid values are ``present`` (also called ``installed``), ``latest``, ``absent``. +those that cannot. Valid values are ``latest``, ``present`` (also called ``installed``), ``absent``. #### instance A read-only parameter set by the package. @@ -1363,6 +1370,9 @@ but if you desperately need it to be so, please contact us. ### User Parameters +#### allowdupe +Whether to allow duplicate UIDs. Valid values are ``true``, ``false``. + #### comment A description of the user. Generally is a user's full name. @@ -1409,4 +1419,4 @@ recommended. ---------------- -*This page autogenerated on Fri Jul 21 09:35:24 CDT 2006* +*This page autogenerated on Mon Aug 07 11:02:19 CDT 2006* diff --git a/documentation/index.page b/documentation/index.page index e6c7bd231..e1ad8f3c8 100644 --- a/documentation/index.page +++ b/documentation/index.page @@ -22,7 +22,13 @@ and "What is Puppet's License? (GPL)") * [Documentation](documentation/) - Available documentation on puppet. Including an Introduction, and Language & Type Library References. + Available documentation on puppet. Including an Introduction, and Language + & Type Library References. + +* [Cookbook](/cookbook/) + + A Cookbook wiki containing [recipes](/cookbook/PuppetRecipes) for Puppet + and Facter. * [Downloads](/downloads/) |
