This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LOLWAT | |
| ## What you Get | |
| - A working linux box | |
| - Java JDK 1.6.0_xx | |
| - JBoss 5.x.x | |
| - Jenkins with Yale-Maven-Application-Installer | |
| ## The deets | |
| - JBoss: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cf-agent -KIf ./paramaterized_bundle_override_defaults.cf | |
| R: mycustomvalue <- this one was my value | |
| R: ubuntuvalue2 <- I didnt override this one |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| falcon-pdb patrick$ mkdir mccloud-test | |
| falcon-pdb patrick$ cd mccloud-test | |
| falcon-pdb:mccloud-test patrick$ gem install mccloud | |
| Fetching: net-ssh-2.1.4.gem (100%) | |
| Fetching: net-scp-1.0.4.gem (100%) | |
| Fetching: builder-3.0.0.gem (100%) | |
| Fetching: excon-0.6.1.gem (100%) | |
| Fetching: formatador-0.1.3.gem (100%) | |
| Fetching: json-1.5.1.gem (100%) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bash-2.03# diff -C5 /var/cfengine/masterfiles/inputs/cf.NfsClient ~jg685/cf.NfsClient | |
| *** /var/cfengine/masterfiles/inputs/cf.NfsClient Fri May 27 10:32:08 2011 | |
| --- /export/home/jg685/cf.NfsClient Sun Aug 7 19:30:44 2011 | |
| *************** | |
| *** 14,41 **** | |
| # check if portmap is running | |
| # | |
| init_portmap_running = ( ReturnsZeroShell("/etc/init.d/portmap status > /dev/null 2>&1" ) ) | |
| NfsClient.redhat_s_6:: |