Skip to content

Commit

Permalink
Merge pull request #525 from radford/notify-on-purge
Browse files Browse the repository at this point in the history
Notify the service after purging configuration files
  • Loading branch information
jfryman committed Dec 10, 2014
2 parents be4cc50 + 4883b3a commit 677e70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
File["${conf_dir}/conf.d"] {
purge => true,
recurse => true,
notify => Class['::nginx::service'],
}
}

Expand Down

0 comments on commit 677e70d

Please sign in to comment.