- Update to 0.1.1
PR: 190069 Submitted by: maintainer
This commit is contained in:
parent
46fa919b96
commit
84bba10829
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356615
4 changed files with 16 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hammer_cli_foreman
|
||||
PORTVERSION= 0.1.0
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= sysutils ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -11,8 +11,9 @@ COMMENT= Foreman commands for Hammer CLI
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= rubygem-apipie-bindings>=0.0.6:${PORTSDIR}/devel/rubygem-apipie-bindings \
|
||||
rubygem-hammer_cli=0.1.0:${PORTSDIR}/sysutils/rubygem-hammer_cli
|
||||
RUN_DEPENDS= rubygem-apipie-bindings>=0.0.8:${PORTSDIR}/devel/rubygem-apipie-bindings \
|
||||
rubygem-hammer_cli=0.1.1:${PORTSDIR}/sysutils/rubygem-hammer_cli \
|
||||
rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/hammer_cli_foreman-0.1.0.gem) = 2997c29333415fb8e642108f43b8f4034437290d26b16e149e2457f91f697fd2
|
||||
SIZE (rubygem/hammer_cli_foreman-0.1.0.gem) = 82944
|
||||
SHA256 (rubygem/hammer_cli_foreman-0.1.1.gem) = e97c7ec12eb60c088a47bb8a3b37bb91f9daba087a66c6bf778eadd12a9f97d5
|
||||
SIZE (rubygem/hammer_cli_foreman-0.1.1.gem) = 114688
|
||||
|
|
|
@ -1,10 +1,15 @@
|
|||
:foreman:
|
||||
# Enable/disable foreman commands
|
||||
:enable_module: true
|
||||
:host: 'https://localhost/'
|
||||
:username: 'admin'
|
||||
:password: 'changeme'
|
||||
|
||||
# Check cache status on each request
|
||||
# Your foreman server address
|
||||
:host: 'https://localhost/'
|
||||
|
||||
# Credentials. You'll be asked for the interactively if you leave them blank here
|
||||
:username: 'admin'
|
||||
#:password: 'example'
|
||||
|
||||
# Check API documentation cache status on each request
|
||||
#:refresh_cache: false
|
||||
|
||||
# API request timeout, set -1 for infinity
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
@unexec if cmp -s %D/etc/hammer/cli.modules.d/foreman.yml.sample %D/etc/hammer/cli.modules.d/foreman.yml; then rm -f %D/etc/hammer/cli.modules.d/foreman.yml; fi
|
||||
etc/hammer/cli.modules.d/foreman.yml.sample
|
||||
@exec if [ ! -f %D/etc/hammer/cli.modules.d/foreman.yml ] ; then cp -p %D/etc/hammer/cli.modules.d/foreman.yml.sample %D/etc/hammer/cli.modules.d/foreman.yml; fi
|
||||
@sample etc/hammer/cli.modules.d/foreman.yml.sample
|
||||
|
|
Loading…
Reference in a new issue