summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2010-01-19 23:57:56 +0100
committervarac <varacanero@zeromail.org>2010-01-19 23:57:56 +0100
commit5858994b09d7efecbe3c56cb1c6cbb74f1dc997e (patch)
tree0d3b4765342f7e940519e5699745173e28e398a0 /manifests/init.pp
parentafebc17bb91d91ea614503c567eb0d591127d6d7 (diff)
added ubuntu support
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 6ad8504..0b21aea 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -24,7 +24,7 @@ class puppet {
case $operatingsystem {
gentoo: { include puppet::gentoo }
centos: { include puppet::centos }
- debian: { include puppet::debian }
+ debian,ubuntu: { include puppet::debian }
default: { include puppet::linux}
}
}