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,