Typo
authorTollef Fog Heen <tfheen@err.no>
Thu, 27 Nov 2014 16:21:41 +0000 (17:21 +0100)
committerTollef Fog Heen <tfheen@err.no>
Thu, 27 Nov 2014 16:21:41 +0000 (17:21 +0100)
modules/debian-org/manifests/init.pp

index 33ab604..910dbfd 100644 (file)
@@ -240,7 +240,7 @@ class debian-org {
                ensure  => directory,
                recurse => true,
        }
-        file { '/etc/systemd/system/puppet-service':
+        file { '/etc/systemd/system/puppet.service':
                ensure => 'link',
                target => '/dev/null',
                notify => Exec['systemctl daemon-reload'],