Skip to content

Commit

Permalink
jopr agent update, added post operations for back-end, added wget to …
Browse files Browse the repository at this point in the history
…all CirrAS appliances, boxgrinder update
  • Loading branch information
goldmann committed Dec 2, 2009
1 parent e675298 commit b983c26
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions appliances/cirras/back-end.appl
Expand Up @@ -11,6 +11,10 @@ packages:
- jboss-as5-cloud-profiles
- jboss-as5-cloud-mod_cluster
- java-1.6.0-openjdk
post:
base:
- "/sbin/chkconfig --add jboss-as5"
- "/sbin/chkconfig --level 2345 jboss-as5 off"

#/bin/echo "thin ALL=(ALL) NOPASSWD: /bin/sh, /sbin/service" >> /etc/sudoers
#/bin/sed -i s/"Defaults requiretty"/"#Defaults requiretty"/ /etc/sudoers
1 change: 1 addition & 0 deletions appliances/cirras/cirras.appl
Expand Up @@ -16,3 +16,4 @@ packages:
- ruby-devel
- make
- gcc-c++
- wget
2 changes: 1 addition & 1 deletion lib/boxgrinder-build
Submodule boxgrinder-build updated 1 files
+1 −0 lib/boxgrinder/appliance-image.rb
2 changes: 1 addition & 1 deletion src/preconfigure-jopr-agent.sh
Expand Up @@ -3,7 +3,7 @@
[ -f /etc/sysconfig/jopr ] && . /etc/sysconfig/jopr

JOPR_AGENT_NAME=rhq-enterprise-agent
JOPR_AGENT_VERSION=1.3.0
JOPR_AGENT_VERSION=1.3.1
JOPR_CONFIG=/usr/share/jopr/agent-configuration.xml
JOPR_TMP_DIR=/tmp/jopr-$JOPR_VERSION

Expand Down

0 comments on commit b983c26

Please sign in to comment.