diff options
author | mh <mh@immerda.ch> | 2008-02-02 12:38:49 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-02-02 12:38:49 +0000 |
commit | edc6309117904784a684cde2297f582c019daadf (patch) | |
tree | b2247782e7b135b53aef1ef89ade54e4e59e7017 /manifests | |
parent | 24914b1a4b5f5d58fa80098a425193d835e1bbb4 (diff) |
removed unneeded files
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 68e53f6..f255653 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -29,37 +29,6 @@ class puppet { ensure => running, require => Package[puppet], } - - file {"$rubysitedir/puppet/parser/functions/": - ensure => directory, - owner => root, - group => 0, - mode => 744, - } - - file { 'slash_escape_function': - path => "$rubysitedir/puppet/parser/functions/slash_escape.rb", - ensure => file, - owner => 'root', - group => 0, - mode => 644, - source => "puppet://$server/puppet/improvements/functions/slash_escape.rb", - } - - file { 'puppet_patch_script': - path => "/root/puppet_install.sh", - ensure => absent, - } - - file { 'puppet_patch': - path => "/root/puppet_0.23.2-13.diff", - ensure => absent, - } - - file { 'puppet_patch2': - path => "/root/puppet_module_plugin_dirs.patch", - ensure => absent, - } } class puppetmaster inherits puppet { |