summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2013-07-10 16:07:49 -0400
committerAshley Penney <ashley.penney@puppetlabs.com>2013-07-10 16:07:49 -0400
commit81b8855e9ac9104cba968bd0d749c5b40a2eb29b (patch)
tree49d2a62b0986126d053212bab409c26eaff9a3a9
parentc93107ce17464763e67a0534093e260eeacaddc3 (diff)
Remove placeholder file.
-rw-r--r--files/README.markdown22
1 files changed, 0 insertions, 22 deletions
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