Promote Sabayon to a fully supported OS with package and service resource support

This commit is contained in:
2011-05-23 08:03:33 +01:00
parent 42b786e9ad
commit 98bf0e8ca0
3 changed files with 66 additions and 3 deletions

View File

@@ -11,9 +11,9 @@ Puppet::Type.type(:package).provide :entropy, :parent => Puppet::Provider::Packa
commands :equo => "/usr/bin/equo"
#confine :operatingsystem => [ :gentoo, :sabayon ]
defaultfor :has_entropy => true
confine :operatingsystem => :sabayon
defaultfor :operatingsystem => :sabayon
def self.instances
result_format = /^(\S+)\/(\S+)-([\.\d]+(?:_(?:alpha|beta|pre|rc|p)\d+)?(?:-r\d+)?)$/