longer config retrieval and FACTERLIB var

This commit is contained in:
do
2013-05-26 13:38:37 +02:00
parent f57799c735
commit 74d635a253
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',
}
}