From 611150077e54f0957282327b13e452872f67e3cc Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 27 Feb 2024 00:39:04 -0500 Subject: remove duplicate dependency not sure why i was defining this in multiple places --- manifests/00global.pp | 3 --- 1 file changed, 3 deletions(-) (limited to 'manifests') 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<| |> -- cgit v1.2.3-54-g00ecf