Skip to content

Commit

Permalink
Fix for Could not set 'present' on ensure: No such file or directory
Browse files Browse the repository at this point in the history
  • Loading branch information
earsdown committed Oct 28, 2015
1 parent 6d584fe commit 675330d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
owner => 'root',
group => $group,
mode => '0640',
require => Concat[$tinyproxy::params::configfile],
notify => Service[$service],
}
}
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 675330d

Please sign in to comment.