Downloads:
38,359
Downloads of v 1.10.4:
22,589
Last Update:
21 Jun 2017
Package Maintainer(s):
Software Author(s):
- Puppet
Tags:
puppet configuration management infrastructure automation facter hiera mco mcollective marionette collectivePuppet Agent (Portable)
- 1
- 2
- 3
1.10.4 | Updated: 21 Jun 2017
Downloads:
38,359
Downloads of v 1.10.4:
22,589
Maintainer(s):
Software Author(s):
- Puppet
Puppet Agent (Portable) 1.10.4
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Puppet. The inclusion of Puppet trademark(s), if any, upon this webpage is solely to identify Puppet goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Puppet Agent (Portable), run the following command from the command line or from PowerShell:
To upgrade Puppet Agent (Portable), run the following command from the command line or from PowerShell:
To uninstall Puppet Agent (Portable), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download puppet-agent.portable --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade puppet-agent.portable -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade puppet-agent.portable -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install puppet-agent.portable
win_chocolatey:
name: puppet-agent.portable
version: '1.10.4'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'puppet-agent.portable' do
action :install
source 'INTERNAL REPO URL'
version '1.10.4'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller puppet-agent.portable
{
Name = "puppet-agent.portable"
Version = "1.10.4"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'puppet-agent.portable':
ensure => '1.10.4',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 11 Nov 2024.
Puppet 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, Puppet 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.
Puppet Open Source is the underlying technology for Puppet Enterprise and runs on all major Linux distributions, major Unix platforms like Solaris, HP-UX, and AIX, and Microsoft Windows.
Puppet 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.
Important Considerations
This is an experimental package. It will overwrite any settings you have in hiera.yaml or environment.conf.
Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
$ErrorActionPreference = 'SilentlyContinue';
$packageName = 'puppet'
$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$installDir = Join-Path "$toolsDir" 'puppet'
# Remove the BATs from choco bin
$binFilesDir = Join-Path "$installDir" 'SourceDir\Puppet Labs\Puppet\bin'
Remove-BinFile -name 'puppet' -path "$binFilesDir\puppet.bat"
Remove-BinFile -name 'facter' -path "$binFilesDir\facter.bat"
Remove-BinFile -name 'hiera' -path "$binFilesDir\hiera.bat"
Remove-BinFile -name 'mco' -path "$binFilesDir\mco.bat"
Write-Warning "This package does not clean up ProgramData\PuppetLabs. You will need to do that manually."
Log in or click on link to see number of positives.
- puppet-agent.portable.1.10.4.nupkg (bc4b343dc321) - ## / 59
- puppet-agent-1.10.4-x64.msi (77822e50230f) - ## / 55
- puppet-agent-1.10.4-x86.msi (50100126eac8) - ## / 57
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Puppet Agent (Portable) 1.10.4 | 22589 | Wednesday, June 21, 2017 | Approved | |
Puppet Agent (Portable) 1.10.3 | 407 | Wednesday, June 21, 2017 | Approved | |
Puppet Agent (Portable) 1.10.2 | 438 | Wednesday, June 21, 2017 | Approved | |
Puppet Agent (Portable) 1.10.1 | 711 | Friday, May 12, 2017 | Approved | |
Puppet Agent (Portable) 1.10.0 | 454 | Friday, April 7, 2017 | Approved | |
Puppet Agent (Portable) 1.9.3 | 461 | Thursday, March 9, 2017 | Approved | |
Puppet Agent (Portable) 1.9.2 | 431 | Monday, February 27, 2017 | Approved | |
Puppet Agent (Portable) 1.9.1 | 456 | Tuesday, February 14, 2017 | Approved | |
Puppet Agent (Portable) 1.9.0 | 465 | Friday, February 3, 2017 | Approved | |
Puppet Agent (Portable) 1.8.3 | 488 | Friday, February 3, 2017 | Approved | |
Puppet Agent (Portable) 1.8.2 | 479 | Wednesday, December 7, 2016 | Approved | |
Puppet Agent (Portable) 1.8.1 | 490 | Wednesday, November 23, 2016 | Approved | |
Puppet Agent (Portable) 1.8.0 | 473 | Tuesday, November 1, 2016 | Approved | |
Puppet Agent (Portable) 1.7.2 | 428 | Friday, February 3, 2017 | Approved | |
Puppet Agent (Portable) 1.7.1 | 481 | Thursday, October 20, 2016 | Approved | |
Puppet Agent (Portable) 1.7.0 | 434 | Friday, September 23, 2016 | Approved | |
Puppet Agent (Portable) 1.6.2 | 416 | Friday, September 2, 2016 | Approved | |
Puppet Agent (Portable) 1.6.1 | 480 | Thursday, August 25, 2016 | Approved | |
Puppet Agent (Portable) 1.6.0 | 406 | Thursday, August 11, 2016 | Approved | |
Puppet Agent (Portable) 1.5.3 | 490 | Wednesday, July 20, 2016 | Approved | |
Puppet Agent (Portable) 1.5.2 | 453 | Tuesday, June 14, 2016 | Approved | |
Puppet Agent (Portable) 1.5.1 | 415 | Wednesday, June 1, 2016 | Approved | |
Puppet Agent (Portable) 1.5.0 | 453 | Tuesday, May 17, 2016 | Approved | |
Puppet Agent (Portable) 1.4.2 | 442 | Sunday, May 8, 2016 | Approved | |
Puppet Agent (Portable) 1.4.1 | 414 | Friday, March 25, 2016 | Approved | |
Puppet Agent (Portable) 1.4.0 | 470 | Thursday, March 17, 2016 | Approved | |
Puppet Agent (Portable) 1.3.6 | 462 | Tuesday, March 15, 2016 | Approved | |
Puppet Agent (Portable) 1.3.5 | 427 | Thursday, February 4, 2016 | Approved | |
Puppet Agent (Portable) 1.3.4 | 390 | Tuesday, January 26, 2016 | Approved | |
Puppet Agent (Portable) 1.3.2 | 412 | Thursday, December 3, 2015 | Approved | |
Puppet Agent (Portable) 1.3.0 | 478 | Wednesday, November 18, 2015 | Approved | |
Puppet Agent (Portable) 1.2.7 | 482 | Saturday, November 7, 2015 | Approved | |
Puppet Agent (Portable) 1.2.5 | 505 | Wednesday, September 30, 2015 | Approved | |
Puppet Agent (Portable) 1.2.4 | 531 | Wednesday, September 16, 2015 | Approved | |
Puppet Agent (Portable) 1.2.2 | 399 | Friday, September 4, 2015 | Approved |
Puppet, Inc
-
- lessmsi (≥ 1.1.5.20140118)
Ground Rules:
- This discussion is only about Puppet Agent (Portable) and the Puppet Agent (Portable) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Puppet Agent (Portable), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.