summaryrefslogtreecommitdiffstats
path: root/tozt/systemd/manifests/init.pp
blob: f6b992ad5c08491027a5d740dd224bd8903f4af3 (plain) (blame)
1
2
3
4
5
class systemd {
  exec { "/usr/bin/systemctl daemon-reload":
    refreshonly => true;
  }
}