Merge branch 'master' of lab.maketank.net:puppet_modules/puppet_modules_puppet

This commit is contained in:
2013-05-26 13:39:14 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -29,6 +29,5 @@ class puppet::common ($ensure = 'present') {
# add facter variable to custom facts.
file { "/etc/profile.d/puppet.sh":
content => "export FACTERLIB=\"${factpath}\"\n",
ensure => 'absent',
}
}