We're moving to Discord! Join us at https://ch0.co/community and https://ch0.co/community-support
this is the choco logs:
2018-02-22 20:46:55,758 1836 [DEBUG] - XmlConfiguration is now operational
2018-02-22 20:46:55,836 1836 [INFO ] - ============================================================
2018-02-22 20:46:55,914 1836 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\config".
2018-02-22 20:46:56,226 1836 [DEBUG] - Attempting to replace "C:\ProgramData\chocolatey\config\chocolatey.config"
with "C:\ProgramData\chocolatey\config\chocolatey.config.1836.update".
Backup placed at "C:\ProgramData\chocolatey\config\chocolatey.config.backup".
2018-02-22 20:46:56,226 1836 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\config\chocolatey.config.1836.update"
to "C:\ProgramData\chocolatey\config\chocolatey.config".
2018-02-22 20:46:56,226 1836 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\config\chocolatey.config.1836.update".
2018-02-22 20:46:56,242 1836 [INFO ] - Chocolatey v0.10.8
2018-02-22 20:46:56,258 1836 [DEBUG] - Chocolatey is running on Windows v 6.3.9600.0
2018-02-22 20:46:56,258 1836 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
2018-02-22 20:46:56,258 1836 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
2018-02-22 20:46:56,273 1836 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" source add -n *chocolatey -s http://*****.*****.org/chocopacks/***** --priority 1
2018-02-22 20:46:56,273 1836 [DEBUG] - Received arguments: source add -n *chocolatey -s http://*****.*****.org/chocopacks/***** --priority 1
2018-02-22 20:46:56,320 1836 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage.
2018-02-22 20:46:56,336 1836 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers...
2018-02-22 20:46:56,336 1836 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed...
2018-02-22 20:46:56,398 1836 [DEBUG] - The source 'http://*****.*****.org/chocopacks/*****' evaluated to a 'normal' source type
2018-02-22 20:46:56,398 1836 [DEBUG] -
NOTE: Hiding sensitive configuration data! Please double and triple
check to be sure no sensitive data is shown, especially if copying
output to a gist for review.
2018-02-22 20:46:56,414 1836 [DEBUG] - Configuration: CommandName='source'|
CacheLocation='C:\Users\vagrant\AppData\Local\Temp\chocolatey'|
ContainsLegacyPackageInstalls='True'|
CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='30'|
Sources='http://*****.*****.org/chocopacks/*****'|SourceType='normal'|
Debug='False'|Verbose='False'|Trace='False'|Force='False'|Noop='False'|
HelpRequested='False'|UnsuccessfulParsing='False'|RegularOutput='True'|
QuietOutput='False'|PromptForConfirmation='True'|AcceptLicense='False'|
AllowUnofficialBuild='False'|Input='add'|AllVersions='False'|
SkipPackageInstallProvider='False'|Prerelease='False'|ForceX86='False'|
OverrideArguments='False'|NotSilent='False'|
ApplyPackageParametersToDependencies='False'|
ApplyInstallArgumentsToDependencies='False'|IgnoreDependencies='False'|
AllowMultipleVersions='False'|AllowDowngrade='False'|
ForceDependencies='False'|Information.PlatformType='Windows'|
Information.PlatformVersion='6.3.9600.0'|
Information.PlatformName='Windows Server 2012 R2'|
Information.ChocolateyVersion='0.10.8.0'|
Information.ChocolateyProductVersion='0.10.8'|
Information.FullName='choco, Version=0.10.8.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
Information.Is64BitOperatingSystem='True'|
Information.Is64BitProcess='True'|Information.IsInteractive='False'|
Information.UserName='vagrant'|
Information.UserDomainName='VAGRANT-2012R2'|
Information.IsUserAdministrator='True'|
Information.IsUserSystemAccount='False'|
Information.IsUserRemoteDesktop='False'|
Information.IsUserRemote='True'|
Information.IsProcessElevated='True'|
Information.IsLicensedVersion='False'|Information.LicenseType='Foss'|
Features.AutoUninstaller='True'|Features.ChecksumFiles='True'|
Features.AllowEmptyChecksums='False'|
Features.AllowEmptyChecksumsSecure='True'|
Features.FailOnAutoUninstaller='False'|
@aplusnunes
hey guys , Im using puppet chocolatey module to install chocolatey on my servers , during the first run I always have an issue and puppet run breaks with an error :
Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, validate_re(): input needs to be a String, not a NilClass (file: /etc/puppetlabs/code/environments/<Lifecycle>/modules/chocolatey/manifests/init.pp, line: 79, column: 1) on node <Node Name>
This Corresponds to line 79 in the puppet module
https://github.com/puppetlabs/puppetlabs-chocolatey/blob/3.2.0/manifests/init.pp
validate_re($choco_install_location, '^\w\:',
any thoughts on why this issue occurs ?
this issue is only during the first run
@/all Howdy Chocolatey community folks - this is a heads up, our new website has shipped. Some links have moved around a tiny bit, so read the post to know where things are now! https://chocolatey.org/blog/chocolatey-website-redesign
Super pumped with the organization tab on the packages page. Build your config mgmt script - https://twitter.com/ferventcoder/status/1175536558742626305?s=20
@/all We deployed out some changes to help stabilize the site at 12:15 UTC (6:15 AM UTC), but unintentionally we caused all dependencies to stop working. So if you use the community repository (https://chocolatey.org/api/v2), you will have seen some "Unable to resolve dependency" errors (https://github.com/chocolatey/chocolatey.org/issues/765). We've backed out the affected code, redeployed, and verified it's working again.
Our plan is to reintroduce the use index changes to the community production site once we ensure that the skip token is working correctly. Please continue to monitor https://status.chocolatey.org as we continue to provide updates.
Howdy folks! If you are looking to change things up in the new year and double down on Windows automation, I have a friend looking for a couple of senior engineers for his team. Among other things, this role would be for managing Puppet infrastructure and assisting users with using Puppet and Chocolatey. Windows experience is a huge plus. This is based in Bentonville, AR. Unfortunately, no remote due to the user centric nature of the work.
I can put you in touch with my friend if you want to discuss it more with him. Here is the posting: https://careers.walmart.com/us/jobs/WD74294-senior-systems-engineer-tech-2