diff options
author | Sergey Stankevich <sergey@stankevi.ch> | 2013-05-12 19:28:52 -0700 |
---|---|---|
committer | Sergey Stankevich <sergey@stankevi.ch> | 2013-05-12 19:28:52 -0700 |
commit | fa0a4fb27d68011b8bb9e874ebcf0ad8e60707db (patch) | |
tree | d224eabaf8c59bc24328180907c55f8967e8ed8e /manifests/init.pp | |
parent | 2f91e3286888d147ab5fc1aca1e5a57b0b9f52f3 (diff) | |
parent | 83c9847a506b3f30dedae500f529fc706f96a875 (diff) |
Merge pull request #12 from tbartelmess/master
Support for CentOS and RedHat Linux
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index c7ab10f..8e8de9e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -37,7 +37,7 @@ class python ( ) { # Module compatibility check - $compatible = [ 'Debian', 'Ubuntu' ] + $compatible = [ 'Debian', 'Ubuntu', 'CentOS', 'RedHat' ] if ! ($::operatingsystem in $compatible) { fail("Module is not compatible with ${::operatingsystem}") } |