Skip to content

Commit

Permalink
Added ssh keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Dec 24, 2009
1 parent 3777285 commit 2fe6dfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion desktop_manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class DesktopManifest < ShadowPuppet::Manifest
include SshPuppet
recipe :ssh_client
recipe :ssh_server

recipe :ssh_keychain

include X11Puppet
recipe :xbindkeys
recipe :wmii
Expand Down
4 changes: 4 additions & 0 deletions lib/ssh_puppet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ def ssh_server

service "ssh", :require => package('openssh-server'), :restart => '/etc/init.d/ssh restart', :ensure => :running
end

def ssh_keychain
package 'keychain', :ensure => :latest
end
end

0 comments on commit 2fe6dfc

Please sign in to comment.