Update providers for sabayon

This commit is contained in:
2014-08-10 10:41:53 +01:00
parent 6dd8ff3a2f
commit 6524e3258c
2 changed files with 9 additions and 50 deletions

View File

@@ -0,0 +1,9 @@
# Manage systemd services using /bin/systemctl
Puppet::Type.type(:service).provide :sabayon, :parent => :systemd do
desc "Manages `systemd` services using `systemctl`."
defaultfor :operatingsystem => [:sabayon]
defaultfor :osfamily => :gentoo, :init => [:systemd]
end