I am trying to build a Win 2008 R1 SP2 baked AMI using packer and puppet.

My builder works fine and creates the AMI with puppet installed.

Now in my provisioner I have a very simple puppet script and it is 
executing when I do a puppet apply on the instance.

But inside packer it is failing with the below error. The  json file was 
validated successfully by packer.

amazon-windows-ebs: Provisioning with Puppet...
    amazon-windows-ebs: Creating Puppet staging directory...
    amazon-windows-ebs: The syntax of the command is incorrect.

This is my provisioner

"provisioners":    [{
  "type": "puppet-masterless",
  "manifest_file": 
"C:\\Users\\xyz\\Downloads\\packer_0.7.5_windows_386\\site.pp"
}]

Please provide pointers.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/0732c5b0-1f9a-4827-8981-fb744f41126d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to