diff options
Diffstat (limited to 'manifests/ubuntu.pp')
-rw-r--r-- | manifests/ubuntu.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/ubuntu.pp b/manifests/ubuntu.pp new file mode 100644 index 0000000..0837296 --- /dev/null +++ b/manifests/ubuntu.pp @@ -0,0 +1,3 @@ +### ubuntu: similar to debian therefor inheritng from there +class apache::ubuntu inherits apache::debian {} + |