puppet auto-upgrading packages is annoying in combination with samhain.
[mirror/dsa-puppet.git] / modules / debian-org / manifests / init.pp
index 2ba52d1..9612a6f 100644 (file)
@@ -1,5 +1,5 @@
 class debian-org {
-   package { "userdir-ldap": ensure => latest;
+   package { "userdir-ldap": ensure => installed;
              "zsh": ensure => installed;
              "apt-utils": ensure => installed;
              "tcsh": ensure => installed;
@@ -48,7 +48,7 @@ class debian-org {
              notify  => Exec["puppet restart"];
    }
    case $hostname {
-        spohr: {
+        handel: {
             file {
                "/etc/puppet/lib":
                       ensure  => directory,