From 75458943e0549c702170dce9e932f8e956b53f3c Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 26 Jul 2013 21:51:20 +0200 Subject: 10-custom -> 20-custom --- manifests/server.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/server.pp b/manifests/server.pp index 0e0083f..75ce150 100644 --- a/manifests/server.pp +++ b/manifests/server.pp @@ -9,8 +9,8 @@ class squid_deb_proxy::server { } file {'/etc/squid-deb-proxy/mirror-dstdomain.acl.d/20-custom': - source => [ 'puppet:///modules/site_squid_deb_proxy/mirror-dstdomain.acl.d/10-custom', - 'puppet:///modules/squid_deb_proxy/mirror-dstdomain.acl.d/10-custom' ], + source => [ 'puppet:///modules/site_squid_deb_proxy/mirror-dstdomain.acl.d/20-custom', + 'puppet:///modules/squid_deb_proxy/mirror-dstdomain.acl.d/20-custom' ], notify => Service[ 'squid-deb-proxy' ], require => Package[ 'squid-deb-proxy' ], } -- cgit v1.2.3