Added 5.1 as supported version for the openbsd service provider
This commit is contained in:
parent
5901b6d25c
commit
28682778ac
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Puppet::Type.type(:service).provide :openbsd, :parent => :base do
|
||||||
|
|
||||||
desc "OpenBSD service management."
|
desc "OpenBSD service management."
|
||||||
|
|
||||||
version = ["4.9", "5.0"]
|
version = ["4.9", "5.0", "5.1"]
|
||||||
confine :operatingsystem => :openbsd
|
confine :operatingsystem => :openbsd
|
||||||
confine :operatingsystemrelease => version
|
confine :operatingsystemrelease => version
|
||||||
defaultfor :operatingsystem => :openbsd
|
defaultfor :operatingsystem => :openbsd
|
||||||
|
|
Loading…
Add table
Reference in a new issue