Created
July 29, 2014 02:33
-
-
Save trlinkin/bfabae10f6d0efb0b170 to your computer and use it in GitHub Desktop.
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
| for i in $( cat /tmp/nodelist_20140711 ) | |
| puppet_env=$(/opt/puppet/bin/rake environment=production -f /opt/puppet/share/puppet-dashboard/Rakefile node:listgroups[$i]| grep 'DEV\|QA\|UAT' | tr '[:upper:]' '[:lower:]') | |
| /opt/puppet/bin/rake environment=production -f /opt/puppet/share/puppet-dashboard/Rakefile node:variables[$i,cppib_env=${puppet_env}] | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment