summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-02-10 16:50:45 +0100
committermh <mh@immerda.ch>2012-02-10 16:50:45 +0100
commitfa1c9b0a0cb5638e4c029f01901d6b61c691e1c3 (patch)
tree493397883ecb77c372b52bde79188788e8961795 /manifests/centos.pp
parenta29a6255cc2f3719b0e0ca7b147e4e3c9f269f5a (diff)
move global variables to hiera
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index b53469b..c58b8ce 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -3,7 +3,7 @@
# distro rpms seems to have problems...
class squid::centos inherits squid::base {
file{'/etc/sysconfig/squid':
- source => [ "puppet:///modules/site-squid/sysconfig/${fqdn}/squid",
+ source => [ "puppet:///modules/site-squid/sysconfig/${::fqdn}/squid",
"puppet:///modules/site-squid/sysconfig/squid",
"puppet:///modules/squid/sysconfig/squid" ],
require => Package['squid'],