summaryrefslogtreecommitdiffstats
path: root/modules/systemd
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-09 00:06:32 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-09 00:06:32 -0400
commit7b651062546d6de8acc525f0aafc0c54e88995de (patch)
tree182dde7947ed8ac579323e20baacac5828970f93 /modules/systemd
parenta1e3985539a7ef02dd467f8790125751246ddbac (diff)
downloadpuppet-tozt-7b651062546d6de8acc525f0aafc0c54e88995de.tar.gz
puppet-tozt-7b651062546d6de8acc525f0aafc0c54e88995de.zip
nothing uses this anymore
Diffstat (limited to 'modules/systemd')
-rw-r--r--modules/systemd/manifests/init.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/systemd/manifests/init.pp b/modules/systemd/manifests/init.pp
deleted file mode 100644
index 58835cb..0000000
--- a/modules/systemd/manifests/init.pp
+++ /dev/null
@@ -1,6 +0,0 @@
-class systemd {
- exec { 'systemctl daemon-reload':
- path => '/usr/bin',
- refreshonly => true;
- }
-}