aboutsummaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/config.pp')
-rw-r--r--manifests/config.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index 71e6bd8..19c3596 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -11,6 +11,7 @@ class pureftpd::config {
default => $pureftpd::config_source,
},
require => Class['pureftpd::install'],
+ notify => Class['pureftpd::service'],
}
file { $pureftpd::params::config_default_file:
@@ -19,5 +20,6 @@ class pureftpd::config {
group => root,
content => template("${module_name}/default_config.erb"),
require => Class['pureftpd::install'],
+ notify => Class['pureftpd::service'],
}
}