summaryrefslogtreecommitdiffstats
path: root/modules/systemd/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-06 01:37:32 -0500
committerJesse Luehrs <doy@tozt.net>2017-11-06 01:37:32 -0500
commitf8cdd73c0639ec66f1090ce946fc32265f63369c (patch)
tree0f63df81b35c842857b483b1653ccad1e25362aa /modules/systemd/manifests
parent81003b218f43791b1d616590c0e61706bfb230e4 (diff)
downloadpuppet-tozt-f8cdd73c0639ec66f1090ce946fc32265f63369c.tar.gz
puppet-tozt-f8cdd73c0639ec66f1090ce946fc32265f63369c.zip
get a bit of the roundcubemail config in place
still need to add the actual configuration for things like the database
Diffstat (limited to 'modules/systemd/manifests')
-rw-r--r--modules/systemd/manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/systemd/manifests/init.pp b/modules/systemd/manifests/init.pp
new file mode 100644
index 0000000..58835cb
--- /dev/null
+++ b/modules/systemd/manifests/init.pp
@@ -0,0 +1,6 @@
+class systemd {
+ exec { 'systemctl daemon-reload':
+ path => '/usr/bin',
+ refreshonly => true;
+ }
+}