I am trying to create a Azure VM using module msopentech-microsoftazure https://forge.puppetlabs.com/msopentech/microsoftazure
I have created puppet master in Windows Azure and connected to it using putty.
I am using below sample command,
$puppetazure_vmcreate--management-certificatepem-or-pfx-file-path--azure-subscription-id=your-subscription-id\--imageb39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-13_04-amd64-server-20130501-en-us-30GB--location'west us'--vm-namevmname--vm-userusername--passwordComplexPassword--puppet-master-ip198.62.195.5
Actual Command:
puppet azure_vm create \
--azure-subscription-id= sub_id \
--image b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-13_04-amd64-server-20130501-en-us-30GB \
--location 'west us' \
--vm-name rk*****\
--vm-user a*****\
--password Password \
--puppet-master-ip some_ip
When I run this command I find error as below.
Error: Could not parse application options: cannot load such file -- highline/import
Screenshot: