From 191b898a754c9b031bca477812aa8a6add669fda Mon Sep 17 00:00:00 2001 From: Matthew Schmitt Date: Mon, 3 Nov 2014 16:16:22 -0800 Subject: [PATCH] Adding centos.pp class to fix error found during puppet run --- manifests/os/centos.pp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 manifests/os/centos.pp diff --git a/manifests/os/centos.pp b/manifests/os/centos.pp new file mode 100644 index 0000000..ba9ec92 --- /dev/null +++ b/manifests/os/centos.pp @@ -0,0 +1,3 @@ +# == Class: ldap::os::centos +# +class ldap::os::centos {}