From 675330d8b335d4014ac549de8eaba0dd6f2f6e82 Mon Sep 17 00:00:00 2001 From: earsdown Date: Wed, 28 Oct 2015 03:32:13 +0000 Subject: [PATCH] Fix for Could not set 'present' on ensure: No such file or directory --- manifests/init.pp | 1 + metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",