From 863e221d3e5a433b48dac3de559d2c6d692d8cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 28 Feb 2022 03:38:32 +0100 Subject: Fix puppet after master dependency. --- manifests/puppet_after_master.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/puppet_after_master.pp') diff --git a/manifests/puppet_after_master.pp b/manifests/puppet_after_master.pp index 1585e10..65ea262 100644 --- a/manifests/puppet_after_master.pp +++ b/manifests/puppet_after_master.pp @@ -5,6 +5,6 @@ class profiles::puppet_after_master { file { '/etc/systemd/system/puppet.service.requires/systemd-nspawn@busting.service': ensure => link, - target => '/usr/lib/systemd/system/system-nspawn@.service', + target => '/usr/lib/systemd/system/systemd-nspawn@.service', } } -- cgit v1.2.3