diff options
author | varac <varacanero@zeromail.org> | 2016-03-10 20:26:11 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-03-10 20:26:11 +0100 |
commit | 997208ba341c79acf90228a16b59ab2346899a2d (patch) | |
tree | 031f3d8b606545dfb5bebc371fc92f188397d373 /puppet/manifests | |
parent | 3d0645e5051aae10e546d8f8fb11335bb876ae1e (diff) | |
parent | 0aebb4c41f96f6ad7a7e8a3b07eaffa1f9075f51 (diff) |
Merge branch 'serviceprovider_systemd' into develop
Diffstat (limited to 'puppet/manifests')
-rw-r--r-- | puppet/manifests/site.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index f012d6c8..ec42ffd4 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -6,6 +6,9 @@ Exec { path => '/usr/bin:/usr/sbin/:/bin:/sbin:/usr/local/bin:/usr/local/sbin' } +Service { + provider => 'systemd' +} $services = hiera('services', []) $services_str = join($services, ', ') |