Skip to content

Commit

Permalink
Add hammer plugin for ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoetz committed Aug 17, 2022
1 parent 02bdaf2 commit d840ffb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifests/cli/ssh.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# = Hammer SSH plugin
#
# This installs the SSH plugin for Hammer CLI
#
# === Parameters:
#
class foreman::cli::ssh {
foreman::cli::plugin { 'foreman_ssh':
}
}

0 comments on commit d840ffb

Please sign in to comment.