summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/puppet_after_master.pp2
1 files changed, 1 insertions, 1 deletions
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',
}
}