summaryrefslogtreecommitdiff
path: root/files/README.markdown
diff options
context:
space:
mode:
authorAshley Penney <apenney@gmail.com>2013-07-10 16:09:44 -0700
committerAshley Penney <apenney@gmail.com>2013-07-10 16:09:44 -0700
commit1b357eb5e2cf3f84b85a881433a8d9a44414eb23 (patch)
treea9d093f6038ca0f651409456626f6d94a287c309 /files/README.markdown
parentf9045347c3751e8184aee9d5d23a86961c5c35e6 (diff)
parent8b4cea68bcb8fd1eb0d614209cd78a68ec4ebd6b (diff)
Merge pull request #68 from apenney/rc-fixes
Formatting fixes for the rc
Diffstat (limited to 'files/README.markdown')
-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