diff options
author | varac <varacanero@zeromail.org> | 2010-01-20 13:28:07 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2010-01-20 13:28:07 +0100 |
commit | f5308a18abf6340eb125a90ac6d507a06519ef81 (patch) | |
tree | ae03ee49288dd4fc2e7d0b2630b9bb032befbff0 /README | |
parent | f9afc62958b81106b7849413142e1ba448132401 (diff) |
added a simple README, tbc...
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +Puppet-Module for configuring Puppet itself, both the master and the clients +============================================================================ + +Use a seperate local module called "site-puppet", where you place your customized +files, under: + site-puppet/files/master/fileserver.conf + site-puppet/files/master/puppet.conf + +those files in this module are just examples. + +Usage +----- + +...tbc... |