summaryrefslogtreecommitdiff
path: root/manifests/base.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/base.pp
parenta29a6255cc2f3719b0e0ca7b147e4e3c9f269f5a (diff)
move global variables to hiera
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index a22465a..2c7710c 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -13,7 +13,7 @@ class squid::base {
file {"squid_config":
path => "/etc/squid/squid.conf",
ensure => file, owner => root, group => root, mode => 644,
- source => [ "puppet:///modules/site-squid/${fqdn}/squid.conf",
+ source => [ "puppet:///modules/site-squid/${::fqdn}/squid.conf",
"puppet:///modules/site-squid/squid.conf",
"puppet:///modules/squid/squid.conf" ],
notify => Service[squid],