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 --- files/mirror-dstdomain.acl.d/20-custom | 1 + manifests/server.pp | 4 ++-- mirror-dstdomain.acl.d/10-custom | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 files/mirror-dstdomain.acl.d/20-custom delete mode 100644 mirror-dstdomain.acl.d/10-custom diff --git a/files/mirror-dstdomain.acl.d/20-custom b/files/mirror-dstdomain.acl.d/20-custom new file mode 100644 index 0000000..d4058b8 --- /dev/null +++ b/files/mirror-dstdomain.acl.d/20-custom @@ -0,0 +1 @@ +# managed by puppet 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' ], } diff --git a/mirror-dstdomain.acl.d/10-custom b/mirror-dstdomain.acl.d/10-custom deleted file mode 100644 index d4058b8..0000000 --- a/mirror-dstdomain.acl.d/10-custom +++ /dev/null @@ -1 +0,0 @@ -# managed by puppet -- cgit v1.2.3