fixing factpath

This commit is contained in:
Udo Waechter
2013-05-30 16:55:56 +02:00
parent 20f48b8e7a
commit a8bd3915c9

View File

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