From ab3edf97f92853fe40b92670d5d4ec9adfbeddcc Mon Sep 17 00:00:00 2001 From: Ryan Coleman Date: Wed, 13 Feb 2013 11:26:52 -0800 Subject: Update Documentation and Purge Extras Commit message from laurenrother Before alterations, this content was the module author-determined description of and instructions for use of the module. As part of a joint Forge/Docs team effort to standardize formatting and encourage quality module documentation, a best practices README template was created via internal and external user testing. That template was then applied to this module. I pulled in content from the original README on GitHub as well as the Forge Module Description. Standard headings were added (Overview, Module Description, Setup, Usage, Implementation, etc.) to organize content, existent content was moved under its appropriate heading and edited for tone/flow/clarity, and basic formatting was done to adhere to template standards. Extraneous, empty READMEs were deleted. --- templates/README.markdown | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 templates/README.markdown (limited to 'templates') diff --git a/templates/README.markdown b/templates/README.markdown deleted file mode 100644 index 575bbea..0000000 --- a/templates/README.markdown +++ /dev/null @@ -1,23 +0,0 @@ -Templates -========= - -Puppet supports templates and templating via ERB, which is part of the Ruby -standard library and is used for many other projects including Ruby on Rails. -Templates allow you to manage the content of template files, for example -configuration files that cannot yet be managed as a Puppet type. Learn more at -http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Templating - -You can use templates like this: - - class myclass { - package { mypackage: ensure => latest } - service { myservice: ensure => running } - file { "/etc/myfile": - content => template("mymodule/myfile.erb") - } - } - -The templates are searched for in: - - $templatedir/mymodule/myfile.erb - $modulepath/mymodule/templates/myfile.erb -- cgit v1.2.3