Add allnodeinfo method to fetch attributes from ldap, and make bartok
[mirror/dsa-puppet.git] / modules / ssh / manifests / init.pp
index c802efe..13a7e0b 100644 (file)
@@ -4,6 +4,13 @@ class ssh {
                 openssh-server: ensure => installed;
         }
 
+        case $hostname {
+                bartok: {
+                    $keyinfo = allnodeinfo("sshRSAHostKey", "ipHostNumber")
+                }
+        }
+
+
        file { "/etc/ssh/ssh_config":
                source  => [ "puppet:///ssh/ssh_config" ],
                require => Package["openssh-client"]