Skip to content

Instantly share code, notes, and snippets.

@nelsnelson
Created December 5, 2014 19:50
Show Gist options
  • Save nelsnelson/bd0d12941fbaac3e394e to your computer and use it in GitHub Desktop.
Save nelsnelson/bd0d12941fbaac3e394e to your computer and use it in GitHub Desktop.
puppet apply --modulepath=/root/system-config/modules:/etc/puppet/modules -e \
"class { openstack_project::single_use_slave: install_users => false, ssh_key => \"$( cat /root/.ssh/id_rsa.pub | awk '{print $2}' )\" }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment