Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153173925
D1113.id2288.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D1113.id2288.diff
View Options
Index: sysutils/Makefile
===================================================================
--- sysutils/Makefile
+++ sysutils/Makefile
@@ -803,6 +803,7 @@
SUBDIR += rubygem-hammer_cli
SUBDIR += rubygem-hammer_cli_foreman
SUBDIR += rubygem-hammer_cli_foreman_bootdisk
+ SUBDIR += rubygem-hammer_cli_foreman_ssh
SUBDIR += rubygem-hiera
SUBDIR += rubygem-hiera-json
SUBDIR += rubygem-hiera-puppet
Index: sysutils/rubygem-hammer_cli_foreman_ssh/Makefile
===================================================================
--- /dev/null
+++ sysutils/rubygem-hammer_cli_foreman_ssh/Makefile
@@ -0,0 +1,27 @@
+# Created by: Michael Moll <kvedulv@kvedulv.de>
+# $FreeBSD$
+
+PORTNAME= hammer_cli_foreman_ssh
+PORTVERSION= 0.0.2
+CATEGORIES= sysutils ruby
+MASTER_SITES= RG
+
+MAINTAINER= kvedulv@kvedulv.de
+COMMENT= SSH host commands for Hammer CLI
+
+LICENSE= GPLv3
+
+RUN_DEPENDS= rubygem-hammer_cli_foreman>=0.1.2:${PORTSDIR}/sysutils/rubygem-hammer_cli_foreman \
+ rubygem-net-ssh-multi>0:${PORTSDIR}/security/rubygem-net-ssh-multi
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.pre.mk>
+
+post-install:
+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
+ ${INSTALL_DATA} ${FILESDIR}/foreman_ssh.yml.sample ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_ssh.yml.sample
+
+.include <bsd.port.post.mk>
Index: sysutils/rubygem-hammer_cli_foreman_ssh/distinfo
===================================================================
--- /dev/null
+++ sysutils/rubygem-hammer_cli_foreman_ssh/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/hammer_cli_foreman_ssh-0.0.2.gem) = b75c930a185c6c18195fddf745cdfcfcc777c3a7ae873fbe4fc12a01971d4e7b
+SIZE (rubygem/hammer_cli_foreman_ssh-0.0.2.gem) = 6656
Index: sysutils/rubygem-hammer_cli_foreman_ssh/files/foreman_ssh.yml.sample
===================================================================
--- /dev/null
+++ sysutils/rubygem-hammer_cli_foreman_ssh/files/foreman_ssh.yml.sample
@@ -0,0 +1,3 @@
+:foreman_ssh:
+ :enable_module: true
+ :require: 'foreman'
Index: sysutils/rubygem-hammer_cli_foreman_ssh/pkg-descr
===================================================================
--- /dev/null
+++ sysutils/rubygem-hammer_cli_foreman_ssh/pkg-descr
@@ -0,0 +1,4 @@
+This Hammer CLI plugin contains a set of commands for remote execution
+of commands on hosts known to Foreman via SSH
+
+WWW: https://github.com/theforeman/hammer-cli-foreman-ssh
Index: sysutils/rubygem-hammer_cli_foreman_ssh/pkg-plist
===================================================================
--- /dev/null
+++ sysutils/rubygem-hammer_cli_foreman_ssh/pkg-plist
@@ -0,0 +1 @@
+@sample etc/hammer/cli.modules.d/foreman_ssh.yml.sample
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 2:47 PM (12 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31846395
Default Alt Text
D1113.id2288.diff (2 KB)
Attached To
Mode
D1113: sysutils/rubygem-hammer_cli_foreman_ssh: new port
Attached
Detach File
Event Timeline
Log In to Comment