]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ssh/manifests/init.pp
Add allnodeinfo method to fetch attributes from ldap, and make bartok
[dsa-puppet.git] / modules / ssh / manifests / init.pp
index c802efe831d8b8351b4c29a8c84bb8e51f685c53..13a7e0ba1c9e109a9c94578210194819e8ecf0a9 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"]