Created
November 23, 2011 01:38
-
-
Save ody/1387681 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
| puppet node_fusion bootstrap \ | |
| --installer-answers /Users/ody/answers/agent.answers \ | |
| --installer-payload /Users/ody/Sites/enterprise/release/2.0.0/puppet-enterprise-2.0.0-debian-6-i386.tar.gz \ | |
| --install-script puppet-enterprise \ | |
| --login root \ | |
| --keyfile agent \ | |
| --puppetagent-certname my-agent-vm.vm.vmware \ | |
| --enc-server super-master.vm.vmware \ | |
| --enc-port 443 \ | |
| --enc-ssl \ | |
| --enc-auth-user console \ | |
| --enc-auth-passwd puppet \ | |
| --node-group default \ | |
| --template pe-debian6 \ | |
| --headless \ | |
| my-agent-vm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment