diff --git a/manifests/init.pp b/manifests/init.pp index 09dd251..b0ebbde 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -244,6 +244,7 @@ owner => 'root', group => $group, mode => '0640', + require => Concat[$tinyproxy::params::configfile], notify => Service[$service], } } diff --git a/metadata.json b/metadata.json index 74923cb..fa29b42 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "earsdown-tinyproxy", - "version": "1.0.2", + "version": "1.0.3", "author": "earsdown", "summary": "Puppet module to manage tinyproxy", "license": "Apache-2.0",