diff options
| author | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2011-08-09 14:26:51 +0200 | 
|---|---|---|
| committer | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2011-08-09 14:26:51 +0200 | 
| commit | fa66d16ad547f68655b4eab9672592d63821e8ca (patch) | |
| tree | fad8d658f6d34dda2c9e90d157f392b087f51535 /manifests/classes | |
| parent | 92193f6c3793b01d33dfa7fcf192d11c36dba276 (diff) | |
| parent | e3fdfb9f8b9bb9ec12ce5d0bd3bc240f48fcfd48 (diff) | |
| download | puppet-bind-fa66d16ad547f68655b4eab9672592d63821e8ca.tar.gz puppet-bind-fa66d16ad547f68655b4eab9672592d63821e8ca.tar.bz2  | |
Merge commit 'e3fdfb9f8b9bb9ec12ce5d0bd3bc240f48fcfd48' into test-bind
Diffstat (limited to 'manifests/classes')
| -rw-r--r-- | manifests/classes/bind.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/classes/bind.pp b/manifests/classes/bind.pp index 49f33d1..d9af708 100644 --- a/manifests/classes/bind.pp +++ b/manifests/classes/bind.pp @@ -48,7 +48,7 @@ node "ns1.domain.ltd" {  */  class bind {    case $operatingsystem { -    "Debian": { include bind::debian } +    "Debian","Ubuntu": { include bind::debian }      default: { fail "Unknown $operatingsystem" }    }  }  | 
