new port: sysutils/rubygem-smart_proxy_remote_execution_ssh
Plugin for foreman-proxy allowing using SSH for remote execution. WWW: https://github.com/theforeman/smart_proxy_remote_execution_ssh
This commit is contained in:
parent
30c61fc180
commit
c120582687
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398916
4 changed files with 42 additions and 0 deletions
|
@ -890,6 +890,7 @@
|
|||
SUBDIR += rubygem-shellany
|
||||
SUBDIR += rubygem-smart_proxy_chef
|
||||
SUBDIR += rubygem-smart_proxy_dynflow
|
||||
SUBDIR += rubygem-smart_proxy_remote_execution_ssh
|
||||
SUBDIR += rubygem-smart_proxy_salt
|
||||
SUBDIR += rubygem-sys-admin
|
||||
SUBDIR += rubygem-sys-cpu
|
||||
|
|
36
sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile
Normal file
36
sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= smart_proxy_remote_execution_ssh
|
||||
PORTVERSION= 0.0.6
|
||||
CATEGORIES= sysutils ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mmoll@FreeBSD.org
|
||||
COMMENT= SSH remote execution provider for foreman-proxy
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= foreman-proxy>=1.9.0:${PORTSDIR}/net/foreman-proxy \
|
||||
rubygem-net-scp>=0:${PORTSDIR}/security/rubygem-net-scp \
|
||||
rubygem-net-ssh>=0:${PORTSDIR}/security/rubygem-net-ssh \
|
||||
rubygem-smart_proxy_dynflow>=0.0.3:${PORTSDIR}/sysutils/rubygem-smart_proxy_dynflow
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= share/foreman-proxy/bundler.d/remote_execution_ssh.rb \
|
||||
"@sample etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample"
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d
|
||||
${INSTALL_DATA} ${WRKSRC}/settings.d/remote_execution_ssh.yml.example \
|
||||
${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d
|
||||
${INSTALL_DATA} ${WRKSRC}/bundler.d/remote_execution_ssh.rb \
|
||||
${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/remote_execution_ssh.rb
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.0.6.gem) = 6390147300d8d2dd93ccfcef6b8cea6a565048b9ddfd8579dd43de89c3feb9da
|
||||
SIZE (rubygem/smart_proxy_remote_execution_ssh-0.0.6.gem) = 22528
|
|
@ -0,0 +1,3 @@
|
|||
Plugin for foreman-proxy allowing using SSH for remote execution.
|
||||
|
||||
WWW: https://github.com/theforeman/smart_proxy_remote_execution_ssh
|
Loading…
Reference in a new issue