Autocorrect PDK validation warnings
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
# Manage systemd services using /bin/systemctl
|
||||
|
||||
Puppet::Type.type(:service).provide :sabayon, :parent => :systemd do
|
||||
desc "Manages `systemd` services using `systemctl`."
|
||||
|
||||
defaultfor :operatingsystem => :sabayon
|
||||
Puppet::Type.type(:service).provide :sabayon, parent: :systemd do
|
||||
desc 'Manages `systemd` services using `systemctl`.'
|
||||
|
||||
defaultfor operatingsystem: :sabayon
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user