From 81b8855e9ac9104cba968bd0d749c5b40a2eb29b Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Wed, 10 Jul 2013 16:07:49 -0400 Subject: Remove placeholder file. --- files/README.markdown | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 files/README.markdown diff --git a/files/README.markdown b/files/README.markdown deleted file mode 100644 index be52188..0000000 --- a/files/README.markdown +++ /dev/null @@ -1,22 +0,0 @@ -Files -===== - -Puppet comes with both a client and server for copying files around. The file -serving function is provided as part of the central Puppet daemon, -puppetmasterd, and the client function is used through the source attribute of -file objects. Learn more at -http://projects.puppetlabs.com/projects/puppet/wiki/File_Serving_Configuration - -You can use managed files like this: - - class myclass { - package { mypackage: ensure => latest } - service { myservice: ensure => running } - file { "/etc/myfile": - source => "puppet://$servername/modules/mymodule/myfile" - } - } - -The files are searched for in: - - $modulepath/mymodule/files/myfile -- cgit v1.2.3