openvox-agent (8.23.1)
Installation
dotnet nuget add source --name puppet --username your_username --password your_token dotnet add package --source puppet --version 8.23.1 openvox-agentAbout this package
Openvox Agent is a flexible, customizable framework available under the Apache 2.0 license designed to help system administrators automate the many repetitive tasks they regularly perform. As a declarative, model-based approach to IT automation, it lets you define the desired state – or the “what” – of your infrastructure using the Puppet configuration language. Once these configurations are deployed, Openvox automatically installs the necessary packages and starts the related services, and then regularly enforces the desired state. In automating the mundane, Puppet frees you to work on more challenging projects with higher business impact.
Openvox Agent is an "All-in-One" package that installs Puppet, Ruby, Facter, Hiera, MCollective (mco) and supporting code. It is all you need to start using Puppet. See http://docs.puppetlabs.com/puppet/latest/reference/install_windows.html for more information.
Install Options
You can pass installArgs to Chocolatey for several properties. See http://docs.puppetlabs.com/puppet/latest/reference/install_windows.html#msi-properties for the exact properties. You would pass through the arguments to the installer using 'installArgs'. Here is an example of changing the location of the Puppet Master:
`-installArgs '"PUPPET_MASTER_SERVER=puppet.fqdn.com"'