From fda363130830e89a4afb3012aeb19774ebe45a08 Mon Sep 17 00:00:00 2001 From: lsi-puppet Date: Wed, 30 Apr 2014 10:53:29 -0500 Subject: [PATCH] Adding support for Oracle Linux --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 4e5e7f5..ec3defe 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -22,7 +22,7 @@ } case $::operatingsystem { - redhat, centos, amazon: { + redhat, centos, amazon, OracleLinux: { fstab { "fstab entry for ${source} to ${dest} as ${type}": ensure => $ensure,