Skip to content

Commit

Permalink
Notify the service after purging configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
radford committed Dec 10, 2014
1 parent be4cc50 commit 4883b3a
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 4883b3a

Please sign in to comment.