diff options
| author | Luke Kanies <luke@madstop.com> | 2007-08-22 18:07:52 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-08-22 18:07:52 -0500 |
| commit | b9f529a063cabb183966da29739cd924836eb67b (patch) | |
| tree | c0056176c2ff82d0fe90dfc6c97826f6d79917a6 /examples/code/modules/sample-module/README.txt | |
| parent | 0682d7e473cfd8f2fe6bee9eae0868b846fd0d50 (diff) | |
| parent | 282ec893ef895e0d386126ba70494a3b086030b9 (diff) | |
| download | puppet-b9f529a063cabb183966da29739cd924836eb67b.tar.gz puppet-b9f529a063cabb183966da29739cd924836eb67b.tar.xz puppet-b9f529a063cabb183966da29739cd924836eb67b.zip | |
Merging the multi_env branch with master. There are not actually any conflicts, so this commit might only be necessary because I did not pull sufficiently often.
Diffstat (limited to 'examples/code/modules/sample-module/README.txt')
| -rw-r--r-- | examples/code/modules/sample-module/README.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/code/modules/sample-module/README.txt b/examples/code/modules/sample-module/README.txt new file mode 100644 index 000000000..ee4b8201a --- /dev/null +++ b/examples/code/modules/sample-module/README.txt @@ -0,0 +1,17 @@ +Jeff McCune <jeff.mccune@northstarlabs.net> +2007-08-14 + +This small, sample module demonstrates how to extend the puppet language +with a new parser function. + +See: +manifests/init.pp +lib/puppet/parser/functions/hostname_to_dn.rb +templates/sample.erb + +Note the consistent naming of files for Puppet::Util::Autoload + +Reference Documents: +http://reductivelabs.com/trac/puppet/wiki/ModuleOrganisation +http://reductivelabs.com/trac/puppet/wiki/WritingYourOwnFunctions +http://reductivelabs.com/trac/puppet/wiki/FunctionReference |
