diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index cd36656..3141174 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,6 +5,9 @@ class s6 { "${name}::install": notify => Class["${name}::service"], ; + "${name}::config": + notify => Class["${name}::service"], + ; "${name}::service": ; } } |