This commit is contained in:
Udo Waechter
2013-05-28 17:09:58 +02:00
parent 9e6215ba3e
commit 24f4a25732
5 changed files with 31 additions and 36 deletions

View File

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