Skip to content

Commit

Permalink
init.pp: Fix missing package dependency for filter content file
Browse files Browse the repository at this point in the history
  • Loading branch information
earsdown committed Nov 26, 2015
1 parent 675330d commit bc56e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
owner => 'root',
group => $group,
mode => '0640',
require => Concat[$tinyproxy::params::configfile],
require => [Concat[$tinyproxy::params::configfile],Package[$package]],
notify => Service[$service],
}
}
Expand Down

0 comments on commit bc56e3e

Please sign in to comment.