summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-27 00:39:04 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-27 00:39:04 -0500
commit611150077e54f0957282327b13e452872f67e3cc (patch)
tree4106359d0b355c2e606bed31aecf2506dc6c14d7 /manifests
parent53fb0c79e025f7c0340b7a79a0e39549d92a00eb (diff)
downloadpuppet-tozt-611150077e54f0957282327b13e452872f67e3cc.tar.gz
puppet-tozt-611150077e54f0957282327b13e452872f67e3cc.zip
remove duplicate dependency
not sure why i was defining this in multiple places
Diffstat (limited to 'manifests')
-rw-r--r--manifests/00global.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/00global.pp b/manifests/00global.pp
index 80cbd23..9b2ced6 100644
--- a/manifests/00global.pp
+++ b/manifests/00global.pp
@@ -5,6 +5,3 @@ $persistent_data = lookup('persistent_data', undef, undef, undef)
Package::Makepkg {
build_user => $default_user,
}
-
-include systemd
-Class["systemd"] -> Service<| |>