]> WPIA git - infra.git/blob - modules/systemd/manifests/init.pp
add: systemd module for executing daemon-reload
[infra.git] / modules / systemd / manifests / init.pp
1 class systemd (){
2   exec {'systemctl-daemon-reload':
3     command => '/bin/systemctl daemon-reload',
4     refreshonly => true
5   }
6 }