From 83c9847a506b3f30dedae500f529fc706f96a875 Mon Sep 17 00:00:00 2001 From: Thomas Bartelmess Date: Sun, 12 May 2013 22:26:54 -0400 Subject: CentOS and RedHat support --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') 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}") } -- cgit v1.2.3