Hi,
I want to create a custom MSI for the puppet agent. Can someone guide me on this.
I tried using puppetlabs/puppet_for_the_win but was not successful.
I used the command:
rake windows:build AGENT_VERSION_STRING=1.0.0 CONFIG=foss-4.1-x86.yaml
I get the following error:
curl -O http://builds.puppetlabs.lan/facter/9586d5cd1ee6c18e88506a8f4a8b12f2ee51
d154/artifacts/windows//facter-2.4.3-1074-g9586d5c-x86.zip
curl: (6) Couldn't resolve host 'builds.puppetlabs.lan'
rake aborted!
Command failed with status (6): [curl -O http://builds.puppetlabs.lan/facte...]
Tasks: TOP => windows:msi => windows:wixobj => windows:wxs => windows:stage => w
indows:checkout => windows:clone
(See full trace by running task with --trace)
Thanks.
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/d759891a-e50b-4553-a36f-3416f39a88c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Melissa,
Thanks for you response. That is something that I will look into (pretty new to all these things).
I got the puppet_for_the_win working by modifying foss-stable.yaml by including the following lines from foss-4.0-x86.yaml:
mcollective:
:ref: 2.8.1
:repo: git://github.com/puppetlabs/marionette-collective.git
After including the above lines I was able to build the MSI and install it. However the Puppet service does not start. I have attached the message I get on starting the service. I did not find any logs in the "c:\ProgramData\puppet" folder or in the event viewer. Any idea why the service is not starting?
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/1b766cb5-7056-4052-b498-9918c54b4f85%40googlegroups.com.
Hi Rob,
The application event log does not have any information with respect to Puppet. There is no log named Puppet.
Also when I run the agent from the command I get the following message:
"cannot load such file -- facter".
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/fa0f4fb9-e8cc-45fc-ab70-6f81e09f7ac9%40googlegroups.com.