Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
Downloads:
25,335
Downloads of v 1.6.1:
338
Last Update:
25 Aug 2016
Package Maintainer(s):
Software Author(s):
- Puppet Labs
Tags:
puppet configuration management infrastructure automation facter hiera mco mcollective marionette collectivePuppet Agent (Portable)
This is not the latest version of Puppet Agent (Portable) available.
Downloads:
25,335
Downloads of v 1.6.1:
338
Maintainer(s):
Software Author(s):
- Puppet Labs
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Puppet Agent (Portable) 1.6.1
This is not the latest version of Puppet Agent (Portable) available.
All Checks are Passing
2 Passing Test
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:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
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://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
choco download puppet-agent.portable --internalize --version=1.6.1 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade puppet-agent.portable -y --source="'STEP 3 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="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure puppet-agent.portable installed
win_chocolatey:
name: puppet-agent.portable
state: present
version: 1.6.1
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'puppet-agent.portable' do
action :install
version '1.6.1'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: puppet-agent.portable,
Version: 1.6.1,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller puppet-agent.portable
{
Name = 'puppet-agent.portable'
Ensure = 'Present'
Version = '1.6.1'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'puppet-agent.portable':
provider => 'chocolatey',
ensure => '1.6.1',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install puppet-agent.portable version="1.6.1" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. 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 25 Aug 2016.
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.
$packageName = 'puppet'
$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$installDir = Join-Path "$toolsDir" 'puppet'
$fileName = "$($packageName).msi"
$file = Join-Path "$toolsDir" "$fileName"
$url = 'https://downloads.puppetlabs.com/windows/puppet-agent-1.6.1-x86.msi'
$url64 = 'https://downloads.puppetlabs.com/windows/puppet-agent-1.6.1-x64.msi'
Get-ChocolateyWebFile "$packageName" "$file" "$url" "$url64"
pushd "$toolsDir"
# the trailing backslash is required!
&lessmsi x "$fileName" "$installDir\"
popd
function Create-DirectoryIfNotExists($folderName){
if (![System.IO.Directory]::Exists($folderName)) { [System.IO.Directory]::CreateDirectory($folderName) | Out-Null }
}
$puppetProgramDataDir = Join-Path "$env:ALLUSERSPROFILE" 'PuppetLabs'
Create-DirectoryIfNotExists $puppetProgramDataDir
# Copy the source files
$progDataFilesDir = Join-Path "$installDir" 'SourceDir\CommonAppData\PuppetLabs'
Copy-Item "$($progDataFilesDir)\*" "$puppetProgramDataDir" -Force -Recurse
# Create the rest of the ProgramData structure if necessary
Create-DirectoryIfNotExists "$(Join-Path $puppetProgramDataDir 'code')"
Create-DirectoryIfNotExists "$(Join-Path $puppetProgramDataDir 'facter')"
Create-DirectoryIfNotExists "$(Join-Path $puppetProgramDataDir 'facter\facts.d')"
Create-DirectoryIfNotExists "$(Join-Path $puppetProgramDataDir 'hiera')"
Create-DirectoryIfNotExists "$(Join-Path $puppetProgramDataDir 'hiera\etc')"
Create-DirectoryIfNotExists "$(Join-Path $puppetProgramDataDir 'hiera\var')"
Create-DirectoryIfNotExists "$(Join-Path $puppetProgramDataDir 'mcollective')"
Create-DirectoryIfNotExists "$(Join-Path $puppetProgramDataDir 'mcollective\etc')"
Create-DirectoryIfNotExists "$(Join-Path $puppetProgramDataDir 'mcollective\var')"
Create-DirectoryIfNotExists "$(Join-Path $puppetProgramDataDir 'puppet')"
Create-DirectoryIfNotExists "$(Join-Path $puppetProgramDataDir 'puppet\etc')"
Create-DirectoryIfNotExists "$(Join-Path $puppetProgramDataDir 'puppet\var')"
# Add the BATs to choco bin
$binFilesDir = Join-Path "$installDir" 'SourceDir\Puppet Labs\Puppet\bin'
Add-BinFile -name 'puppet' -path "$binFilesDir\puppet.bat"
Add-BinFile -name 'facter' -path "$binFilesDir\facter.bat"
Add-BinFile -name 'hiera' -path "$binFilesDir\hiera.bat"
Add-BinFile -name 'mco' -path "$binFilesDir\mco.bat"
$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.6.1.nupkg (d8ce4a6e02fe) - ## / 56
- puppet-agent-1.6.1-x64.msi (5e739464b3a1) - ## / 54
- puppet-agent-1.6.1-x86.msi (9ce6f189af88) - ## / 54
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Puppet Agent (Portable) 1.10.4 | 14422 | Wednesday, June 21, 2017 | Approved |
Puppet Agent (Portable) 1.10.3 | 289 | Wednesday, June 21, 2017 | Approved |
Puppet Agent (Portable) 1.10.2 | 309 | Wednesday, June 21, 2017 | Approved |
Puppet Agent (Portable) 1.10.1 | 581 | Friday, May 12, 2017 | Approved |
Puppet Agent (Portable) 1.10.0 | 346 | Friday, April 7, 2017 | Approved |
Puppet Agent (Portable) 1.9.3 | 310 | Thursday, March 9, 2017 | Approved |
Puppet Agent (Portable) 1.9.2 | 289 | Monday, February 27, 2017 | Approved |
Puppet Agent (Portable) 1.9.1 | 310 | Tuesday, February 14, 2017 | Approved |
Puppet Agent (Portable) 1.9.0 | 324 | Friday, February 3, 2017 | Approved |
Puppet Agent (Portable) 1.8.3 | 319 | Friday, February 3, 2017 | Approved |
Puppet Agent (Portable) 1.8.2 | 348 | Wednesday, December 7, 2016 | Approved |
Puppet Agent (Portable) 1.8.1 | 322 | Wednesday, November 23, 2016 | Approved |
Puppet Agent (Portable) 1.8.0 | 348 | Tuesday, November 1, 2016 | Approved |
Puppet Agent (Portable) 1.7.2 | 282 | Friday, February 3, 2017 | Approved |
Puppet Agent (Portable) 1.7.1 | 327 | Thursday, October 20, 2016 | Approved |
Puppet Agent (Portable) 1.7.0 | 279 | Friday, September 23, 2016 | Approved |
Puppet Agent (Portable) 1.6.2 | 278 | Friday, September 2, 2016 | Approved |
Puppet Agent (Portable) 1.6.1 | 338 | Thursday, August 25, 2016 | Approved |
Puppet Agent (Portable) 1.6.0 | 281 | Thursday, August 11, 2016 | Approved |
Puppet Agent (Portable) 1.5.3 | 331 | Wednesday, July 20, 2016 | Approved |
Puppet Agent (Portable) 1.5.2 | 300 | Tuesday, June 14, 2016 | Approved |
Puppet Agent (Portable) 1.5.1 | 298 | Wednesday, June 1, 2016 | Approved |
Puppet Agent (Portable) 1.5.0 | 310 | Tuesday, May 17, 2016 | Approved |
Puppet Agent (Portable) 1.4.2 | 304 | Sunday, May 8, 2016 | Approved |
Puppet Agent (Portable) 1.4.1 | 278 | Friday, March 25, 2016 | Approved |
Puppet Agent (Portable) 1.4.0 | 319 | Thursday, March 17, 2016 | Approved |
Puppet Agent (Portable) 1.3.6 | 326 | Tuesday, March 15, 2016 | Approved |
Puppet Agent (Portable) 1.3.5 | 306 | Thursday, February 4, 2016 | Approved |
Puppet Agent (Portable) 1.3.4 | 257 | Tuesday, January 26, 2016 | Approved |
Puppet Agent (Portable) 1.3.2 | 269 | Thursday, December 3, 2015 | Approved |
Puppet Agent (Portable) 1.3.0 | 333 | Wednesday, November 18, 2015 | Approved |
Puppet Agent (Portable) 1.2.7 | 328 | Saturday, November 7, 2015 | Approved |
Puppet Agent (Portable) 1.2.5 | 334 | Wednesday, September 30, 2015 | Approved |
Puppet Agent (Portable) 1.2.4 | 328 | Wednesday, September 16, 2015 | Approved |
Puppet Agent (Portable) 1.2.2 | 273 | Friday, September 4, 2015 | Approved |
Puppet Labs
-
- 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.