X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=bec319b45644ae51dc6308f6f62f91a650867c36;hb=39b1f47c9704e1f143714bec6800a26a27911572;hp=deeccd91c8fce036c9a48b8dcfcae94753b5e6be;hpb=58b867b10275e400ca5df35d78bf8bb21bc6713d;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index deeccd91c..bec319b45 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1,10 +1,8 @@ Package { - noop => true, require => File['/etc/apt/apt.conf.d/local-recommends'] } File { - noop => true, owner => root, group => root, mode => '0444', @@ -12,12 +10,10 @@ File { } Exec { - noop => true, path => '/usr/bin:/usr/sbin:/bin:/sbin' } Service { - noop => true, hasrestart => true, hasstatus => true, } @@ -38,6 +34,10 @@ node default { include nagios::client include resolv + if $::hostname in [pasquini,tristano] { + include ganeti2 + } + if $::hostname in [finzi,fano,fasch,field] { include kfreebsd }