On Thu, Oct 8, 2015 at 12:44 AM, Fredrik Nilsson <soccyp...@gmail.com>
wrote:

> Let's see if I can shed some light on this. Updated to Chocolatey
> 0.9.10-beta1 to see if this behaviour disappears, sadly it didn't. To
> puppet runs back to back will result in the file getting replaced both
> runs. There are no "manual" chocolatey interference during those runs as
> they are back to back, allthough I notice quite som action in my
> chocolatey.log durring those runs. I'm a little uncertain if that is the
> normal behaviour or not as I haven't monitored this file before this issue
> occured. I asked my puppet master right now and he had the feeling this
> surfaced when we moved from agent version 3.8.1 to 3.8.3, I'm not 100% with
> him on that as I know there where some server updates in the same time
> frame. Anyhow, logs are fun so I'm gonna give you the 225 rows it logs
> during the normal puppet run that might cast a light on whether chocolatey
> or puppet is the bad guy....
>

0.9.10 Beta 1 (released Oct 7) should include the fixes that went into
0.9.9.10. I did forget to mention one really important consideration about
updating.

Before we get into who is the bad guy, let's make sure your template is up
to date. Chocolatey *WILL* make changes to the file if it is not correct to
the minimum of Chocolatey expects the file to have. And there have been new
values added to the file for 0.9.9.9+. There was also some reordering that
has occurred for the other configuration settings. So if you haven't also
compensated for all of the new changes, you are likely fighting with
Chocolatey every run.

So take a look at what Chocolatey now expects the file format to be, adjust
your template, and then see if this is fixed. :)


Note: I have mentioned using a template is an anti-pattern for the choco
config file, I know it's all you have right now. We're working on ensuring
that you can do full configuration of choco from all manifests. It's not
quite done yet, so I can understand a need to continue to use a template.
Once that feature is complete, I will be recommending folks use that
instead so there is no chance of fighting with choco anymore.


>
> chocolatey.log:
> 2015-10-08 08:47:56,795 [DEBUG] - Configured
> chocolatey.infrastructure.logging.log4net.config.xml from assembly choco,
> Version=0.9.10.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
> 2015-10-08 08:47:56,795 [DEBUG] - Configured
> chocolatey.infrastructure.logging.log4net.config.xml from assembly choco,
> Version=0.9.10.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
> 2015-10-08 08:47:56,826 [DEBUG] - XmlConfiguration is now operational
> 2015-10-08 08:47:57,154 [DEBUG] - Attempting to delete file
> "C:\ProgramData\chocolatey\config\chocolatey.config.update".
> 2015-10-08 08:47:57,217 [INFO ] - 0.9.10-beta1
> 2015-10-08 08:48:08,873 [DEBUG] - Configured
> chocolatey.infrastructure.logging.log4net.config.xml from assembly choco,
> Version=0.9.10.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
> 2015-10-08 08:48:08,873 [DEBUG] - Configured
> chocolatey.infrastructure.logging.log4net.config.xml from assembly choco,
> Version=0.9.10.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
> 2015-10-08 08:48:08,920 [DEBUG] - XmlConfiguration is now operational
> 2015-10-08 08:48:09,232 [DEBUG] - Attempting to copy
> "C:\ProgramData\chocolatey\config\chocolatey.config.update"
>  to "C:\ProgramData\chocolatey\config\chocolatey.config".
> 2015-10-08 08:48:09,248 [DEBUG] - Attempting to delete file
> "C:\ProgramData\chocolatey\config\chocolatey.config.update".
> 2015-10-08 08:48:09,310 [INFO ] - 0.9.10-beta1
> 2015-10-08 08:48:10,185 [DEBUG] - Configured
> chocolatey.infrastructure.logging.log4net.config.xml from assembly choco,
> Version=0.9.10.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
> 2015-10-08 08:48:10,185 [DEBUG] - Configured
> chocolatey.infrastructure.logging.log4net.config.xml from assembly choco,
> Version=0.9.10.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
> 2015-10-08 08:48:10,217 [DEBUG] - XmlConfiguration is now operational
> 2015-10-08 08:48:10,560 [DEBUG] - Attempting to delete file
> "C:\ProgramData\chocolatey\config\chocolatey.config.update".
> 2015-10-08 08:48:10,639 [DEBUG] - Chocolatey is running on Windows v
> 6.3.9600.0
> 2015-10-08 08:48:10,639 [DEBUG] - Attempting to delete file
> "C:/ProgramData/chocolatey/choco.exe.old".
> 2015-10-08 08:48:10,639 [DEBUG] - Attempting to delete file
> "C:\ProgramData\chocolatey\choco.exe.old".
> 2015-10-08 08:48:10,654 [DEBUG] - Command line:
> "C:\ProgramData\chocolatey\choco.exe" list -lo -r
> 2015-10-08 08:48:10,654 [DEBUG] - Received arguments: list -lo -r
> 2015-10-08 08:48:10,732 [DEBUG] - The source 'https://
> __OUR__LOCAL__REPO__/chocolatey;https://chocolatey.org/api/v2/' evaluated
> to a 'normal' source type
> 2015-10-08 08:48:10,732 [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.
> 2015-10-08 08:48:10,748 [DEBUG] - Configuration: CommandName='list'|
> CacheLocation='C:\Users\ADM_FR~1\AppData\Local\Temp'|
> ContainsLegacyPackageInstalls='True'|
> CommandExecutionTimeoutSeconds='2700'|
> Sources='https://__OUR__LOCAL__REPO__/chocolatey;
> https://chocolatey.org/api/v2/'|
> SourceType='normal'|Debug='False'|Verbose='False'|Force='False'|
> Noop='False'|HelpRequested='False'|RegularOutput='False'|
> QuietOutput='False'|PromptForConfirmation='True'|AcceptLicense='False'|
> AllowUnofficialBuild='False'|AllVersions='False'|
> SkipPackageInstallProvider='False'|Prerelease='False'|ForceX86='False'|
> OverrideArguments='False'|NotSilent='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.9.10.0'|
> Information.ChocolateyProductVersion='0.9.10-beta1'|
> Information.FullName='choco, Version=0.9.10.0, Culture=neutral,
> PublicKeyToken=79d02ea9cad655eb'|
> Information.Is64Bit='True'|Information.IsInteractive='True'|
> Information.IsUserAdministrator='True'|
> Information.IsProcessElevated='True'|Features.AutoUninstaller='True'|
> Features.CheckSumFiles='True'|Features.FailOnAutoUninstaller='False'|
> ListCommand.LocalOnly='True'|
> ListCommand.IncludeRegistryPrograms='False'|ListCommand.PageSize='25'|
> UpgradeCommand.FailOnUnfound='False'|
> UpgradeCommand.FailOnNotInstalled='False'|
> UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
> NewCommand.AutomaticPackage='False'|SourceCommand.Command='unknown'|
> SourceCommand.Priority='0'|FeatureCommand.Command='unknown'|
> ConfigCommand.Command='unknown'|PushCommand.TimeoutInSeconds='0'|
> PinCommand.Command='unknown'|
> 2015-10-08 08:48:10,748 [DEBUG] - _ Chocolatey:ChocolateyListCommand -
> Normal Run Mode _
> 2015-10-08 08:48:11,092 [INFO ] - chocolatey|0.9.10-beta-20151007
> 2015-10-08 08:48:11,107 [INFO ] - git|2.5.3
> 2015-10-08 08:48:11,107 [INFO ] - git.install|2.5.3
> 2015-10-08 08:48:11,107 [INFO ] - notepadplusplus.install|6.8.3
> 2015-10-08 08:48:11,107 [INFO ] - nscp|0.4.3.143
> 2015-10-08 08:48:11,107 [INFO ] - puppet|3.8.3
> 2015-10-08 08:48:11,107 [INFO ] - splunk-universal-forwarder|6.1.1.207789
> 2015-10-08 08:48:11,107 [INFO ] - warmup|0.6.5.1
> 2015-10-08 08:48:11,107 [INFO ] - wintail|1.17.2
> 2015-10-08 08:48:11,107 [DEBUG] - Exiting with 0
> 2015-10-08 08:48:11,654 [DEBUG] - Configured
> chocolatey.infrastructure.logging.log4net.config.xml from assembly choco,
> Version=0.9.10.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
> 2015-10-08 08:48:11,654 [DEBUG] - Configured
> chocolatey.infrastructure.logging.log4net.config.xml from assembly choco,
> Version=0.9.10.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
> 2015-10-08 08:48:11,701 [DEBUG] - XmlConfiguration is now operational
> 2015-10-08 08:48:12,264 [DEBUG] - Attempting to delete file
> "C:\ProgramData\chocolatey\config\chocolatey.config.update".
> 2015-10-08 08:48:12,326 [DEBUG] - Chocolatey is running on Windows v
> 6.3.9600.0
> 2015-10-08 08:48:12,342 [DEBUG] - Attempting to delete file
> "C:/ProgramData/chocolatey/choco.exe.old".
> 2015-10-08 08:48:12,342 [DEBUG] - Attempting to delete file
> "C:\ProgramData\chocolatey\choco.exe.old".
> 2015-10-08 08:48:12,342 [DEBUG] - Command line:
> "C:\ProgramData\chocolatey\choco.exe" upgrade --noop nscp -r
> 2015-10-08 08:48:12,342 [DEBUG] - Received arguments: upgrade --noop nscp
> -r
> 2015-10-08 08:48:12,420 [DEBUG] - The source 'https://
> __OUR__LOCAL__REPO__/chocolatey;https://chocolatey.org/api/v2/' evaluated
> to a 'normal' source type
> 2015-10-08 08:48:12,420 [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.
> 2015-10-08 08:48:12,451 [DEBUG] - Configuration: CommandName='upgrade'|
> CacheLocation='C:\Users\ADM_FR~1\AppData\Local\Temp'|
> ContainsLegacyPackageInstalls='True'|
> CommandExecutionTimeoutSeconds='2700'|
> Sources='https://__OUR__LOCAL__REPO__/chocolatey;
> https://chocolatey.org/api/v2/'|
> SourceType='normal'|Debug='False'|Verbose='False'|Force='False'|
> Noop='True'|HelpRequested='False'|RegularOutput='False'|
> QuietOutput='False'|PromptForConfirmation='True'|AcceptLicense='False'|
> AllowUnofficialBuild='False'|Input='nscp'|AllVersions='False'|
> SkipPackageInstallProvider='False'|PackageNames='nscp'|
> Prerelease='False'|ForceX86='False'|OverrideArguments='False'|
> NotSilent='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.9.10.0'|
> Information.ChocolateyProductVersion='0.9.10-beta1'|
> Information.FullName='choco, Version=0.9.10.0, Culture=neutral,
> PublicKeyToken=79d02ea9cad655eb'|
> Information.Is64Bit='True'|Information.IsInteractive='True'|
> Information.IsUserAdministrator='True'|
> Information.IsProcessElevated='True'|Features.AutoUninstaller='True'|
> Features.CheckSumFiles='True'|Features.FailOnAutoUninstaller='False'|
> ListCommand.LocalOnly='False'|
> ListCommand.IncludeRegistryPrograms='False'|ListCommand.PageSize='25'|
> UpgradeCommand.FailOnUnfound='False'|
> UpgradeCommand.FailOnNotInstalled='False'|
> UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
> NewCommand.AutomaticPackage='False'|SourceCommand.Command='unknown'|
> SourceCommand.Priority='0'|FeatureCommand.Command='unknown'|
> ConfigCommand.Command='unknown'|PushCommand.TimeoutInSeconds='0'|
> PinCommand.Command='unknown'|
> 2015-10-08 08:48:31,279 [INFO ] - nscp|0.4.3.143|0.4.3.143|false
> 2015-10-08 08:48:31,295 [DEBUG] - Exiting with 0
> 2015-10-08 08:48:31,998 [DEBUG] - Configured
> chocolatey.infrastructure.logging.log4net.config.xml from assembly choco,
> Version=0.9.10.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
> 2015-10-08 08:48:31,998 [DEBUG] - Configured
> chocolatey.infrastructure.logging.log4net.config.xml from assembly choco,
> Version=0.9.10.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
> 2015-10-08 08:48:32,045 [DEBUG] - XmlConfiguration is now operational
> 2015-10-08 08:48:32,451 [DEBUG] - Attempting to delete file
> "C:\ProgramData\chocolatey\config\chocolatey.config.update".
> 2015-10-08 08:48:32,654 [DEBUG] - Chocolatey is running on Windows v
> 6.3.9600.0
> 2015-10-08 08:48:32,654 [DEBUG] - Attempting to delete file
> "C:/ProgramData/chocolatey/choco.exe.old".
> 2015-10-08 08:48:32,654 [DEBUG] - Attempting to delete file
> "C:\ProgramData\chocolatey\choco.exe.old".
> 2015-10-08 08:48:32,670 [DEBUG] - Command line:
> "C:\ProgramData\chocolatey\choco.exe" feature list -r
> 2015-10-08 08:48:32,686 [DEBUG] - Received arguments: feature list -r
> 2015-10-08 08:48:32,889 [DEBUG] - The source '' evaluated to a 'normal'
> source type
> 2015-10-08 08:48:32,889 [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.
> 2015-10-08 08:48:32,920 [DEBUG] - Configuration: CommandName='feature'|
> CacheLocation='C:\Users\ADM_FR~1\AppData\Local\Temp'|
> ContainsLegacyPackageInstalls='True'|
> CommandExecutionTimeoutSeconds='2700'|SourceType='normal'|
> Debug='False'|
> Verbose='False'|Force='False'|Noop='False'|HelpRequested='False'|
> RegularOutput='False'|QuietOutput='False'|PromptForConfirmation='True'|
> AcceptLicense='False'|AllowUnofficialBuild='False'|Input='list'|
> AllVersions='False'|SkipPackageInstallProvider='False'|
> Prerelease='False'|ForceX86='False'|OverrideArguments='False'|
> NotSilent='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.9.10.0'|
> Information.ChocolateyProductVersion='0.9.10-beta1'|
> Information.FullName='choco, Version=0.9.10.0, Culture=neutral,
> PublicKeyToken=79d02ea9cad655eb'|
> Information.Is64Bit='True'|Information.IsInteractive='True'|
> Information.IsUserAdministrator='True'|
> Information.IsProcessElevated='True'|Features.AutoUninstaller='True'|
> Features.CheckSumFiles='True'|Features.FailOnAutoUninstaller='False'|
> ListCommand.LocalOnly='False'|
> ListCommand.IncludeRegistryPrograms='False'|ListCommand.PageSize='25'|
> UpgradeCommand.FailOnUnfound='False'|
> UpgradeCommand.FailOnNotInstalled='False'|
> UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
> NewCommand.AutomaticPackage='False'|SourceCommand.Command='unknown'|
> SourceCommand.Priority='0'|FeatureCommand.Command='list'|
> ConfigCommand.Command='unknown'|PushCommand.TimeoutInSeconds='0'|
> PinCommand.Command='unknown'|
> 2015-10-08 08:48:32,936 [DEBUG] - _ Chocolatey:ChocolateyFeatureCommand -
> Normal Run Mode _
> 2015-10-08 08:48:32,951 [INFO ] - checksumFiles - [Enabled] | Checksum
> files when pulled in from internet (based on package).
> 2015-10-08 08:48:32,951 [INFO ] - autoUninstaller - [Enabled] | Uninstall
> from programs and features without requiring an explicit uninstall script.
> 2015-10-08 08:48:32,951 [INFO ] - allowGlobalConfirmation - [Disabled] |
> Prompt for confirmation in scripts or bypass.
> 2015-10-08 08:48:32,951 [INFO ] - failOnAutoUninstaller - [Disabled] |
> Fail if automatic uninstaller fails.
> 2015-10-08 08:48:32,951 [DEBUG] - Exiting with 0
> 2015-10-08 08:48:33,842 [DEBUG] - Configured
> chocolatey.infrastructure.logging.log4net.config.xml from assembly choco,
> Version=0.9.10.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
> 2015-10-08 08:48:33,842 [DEBUG] - Configured
> chocolatey.infrastructure.logging.log4net.config.xml from assembly choco,
> Version=0.9.10.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
> 2015-10-08 08:48:33,889 [DEBUG] - XmlConfiguration is now operational
> 2015-10-08 08:48:34,186 [DEBUG] - Attempting to delete file
> "C:\ProgramData\chocolatey\config\chocolatey.config.update".
> 2015-10-08 08:48:34,248 [DEBUG] - Chocolatey is running on Windows v
> 6.3.9600.0
> 2015-10-08 08:48:34,248 [DEBUG] - Attempting to delete file
> "C:/ProgramData/chocolatey/choco.exe.old".
> 2015-10-08 08:48:34,248 [DEBUG] - Attempting to delete file
> "C:\ProgramData\chocolatey\choco.exe.old".
> 2015-10-08 08:48:34,264 [DEBUG] - Command line:
> "C:\ProgramData\chocolatey\choco.exe" feature -r enable -n autoUninstaller
> 2015-10-08 08:48:34,264 [DEBUG] - Received arguments: feature -r enable -n
> autoUninstaller
> 2015-10-08 08:48:34,342 [DEBUG] - The source '' evaluated to a 'normal'
> source type
> 2015-10-08 08:48:34,357 [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.
> 2015-10-08 08:48:34,373 [DEBUG] - Configuration: CommandName='feature'|
> CacheLocation='C:\Users\ADM_FR~1\AppData\Local\Temp'|
> ContainsLegacyPackageInstalls='True'|
> CommandExecutionTimeoutSeconds='2700'|SourceType='normal'|
> Debug='False'|
> Verbose='False'|Force='False'|Noop='False'|HelpRequested='False'|
> RegularOutput='False'|QuietOutput='False'|PromptForConfirmation='True'|
> AcceptLicense='False'|AllowUnofficialBuild='False'|Input='enable'|
> AllVersions='False'|SkipPackageInstallProvider='False'|
> Prerelease='False'|ForceX86='False'|OverrideArguments='False'|
> NotSilent='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.9.10.0'|
> Information.ChocolateyProductVersion='0.9.10-beta1'|
> Information.FullName='choco, Version=0.9.10.0, Culture=neutral,
> PublicKeyToken=79d02ea9cad655eb'|
> Information.Is64Bit='True'|Information.IsInteractive='True'|
> Information.IsUserAdministrator='True'|
> Information.IsProcessElevated='True'|Features.AutoUninstaller='True'|
> Features.CheckSumFiles='True'|Features.FailOnAutoUninstaller='False'|
> ListCommand.LocalOnly='False'|
> ListCommand.IncludeRegistryPrograms='False'|ListCommand.PageSize='25'|
> UpgradeCommand.FailOnUnfound='False'|
> UpgradeCommand.FailOnNotInstalled='False'|
> UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
> NewCommand.AutomaticPackage='False'|SourceCommand.Command='unknown'|
> SourceCommand.Priority='0'|FeatureCommand.Name='autoUninstaller'|
> FeatureCommand.Command='enable'|ConfigCommand.Command='unknown'|
> PushCommand.TimeoutInSeconds='0'|PinCommand.Command='unknown'|
> 2015-10-08 08:48:34,373 [DEBUG] - _ Chocolatey:ChocolateyFeatureCommand -
> Normal Run Mode _
> 2015-10-08 08:48:34,404 [INFO ] - autoUninstaller was enabled by default.
> Explicitly setting value.
> 2015-10-08 08:48:34,420 [DEBUG] - Attempting to copy
> "C:\ProgramData\chocolatey\config\chocolatey.config.update"
>  to "C:\ProgramData\chocolatey\config\chocolatey.config".
> 2015-10-08 08:48:34,420 [DEBUG] - Attempting to delete file
> "C:\ProgramData\chocolatey\config\chocolatey.config.update".
> 2015-10-08 08:48:34,420 [WARN ] - Enabled autoUninstaller
> 2015-10-08 08:48:34,420 [DEBUG] - Exiting with 0
>
>
>
> Den måndag 5 oktober 2015 kl. 04:31:09 UTC+2 skrev Rob Reynolds:
>
>> You folks may want to upgrade to 0.9.9.10 and see if this behavior is
>> still observed. Chocolatey no longer touches the config file unless changes
>> are needed[1].
>>
>>
>> [1] https://github.com/chocolatey/choco/issues/364
>>
>> On Fri, Oct 2, 2015 at 1:55 PM, jmp242 <jp1...@gmail.com> wrote:
>>
>>> Sadly, I haven't had time to figure out how to submit a bug on this. If
>>> you can, it would be great.
>>>
>>>
>>> On Friday, October 2, 2015 at 10:31:09 AM UTC-4, Fredrik Nilsson wrote:
>>>>
>>>> Hi,
>>>>
>>>> I've actually noticed the exact same behaviour, always replacing
>>>> chocolatey.config and always with the same to hashes. We're running client
>>>> version 3.8.3 and both x86 and x64 versions are experiencing the same
>>>> error. Jmp242 did you file a bug report on this?
>>>> I compared the file before and after in Notepad++ that said it was
>>>> identical so I made a nother comparison using HxD that also reported the
>>>> files identical...
>>>>
>>>> //Fredrik
>>>>
>>>> Den torsdag 17 september 2015 kl. 15:56:20 UTC+2 skrev Rob Reynolds:
>>>>
>>>>>
>>>>>
>>>>> On Tue, Sep 15, 2015 at 1:24 PM, jmp242 <jp1...@gmail.com> wrote:
>>>>>
>>>>>> The template file was created in Geppeto, and has crlf line endings.
>>>>>> The chocolatey.config also has crlf line endings. This is tested using 
>>>>>> the
>>>>>> file command on Scientific Linux 7.1. For testing the windows file, I
>>>>>> copied it over SMB from the windows computer.
>>>>>>
>>>>>
>>>>> This sounds like a possible Puppet bug. If you can get a simple repro
>>>>> up as a github repo (remove Chocolatey from the equation though as it
>>>>> changes the file), we can test it out. I created something similar once 
>>>>> for
>>>>> the similar issue I mentioned (PUP-927[1]) - puppet-simple_templates[2].
>>>>> Once you have a repro without chocolatey being part of the equation, 
>>>>> create
>>>>> a ticket in JIRA[3] to followup. If it turns out it has something to do
>>>>> with Chocolatey instead, there is already have an issue not to mess with
>>>>> the config file if there are no changes[4], which should be fixed in
>>>>> 0.9.9.9.
>>>>>
>>>>> [1] https://tickets.puppetlabs.com/browse/PUP-927
>>>>> [2] https://github.com/ferventcoder/puppet-simple_templates
>>>>> [3] https://tickets.puppetlabs.com/browse/PUP
>>>>> [4] https://github.com/chocolatey/choco/issues/364
>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Wednesday, September 9, 2015 at 2:26:38 PM UTC-4, Rob Reynolds
>>>>>> wrote:
>>>>>>>
>>>>>>> Can you take a look at your line endings in the template file? And
>>>>>>> then determine what the line endings are in the actual chocolatey.config
>>>>>>> after choco.exe runs?
>>>>>>>
>>>>>>> On Fri, Sep 4, 2015 at 8:25 AM, jmp242 <jp1...@gmail.com> wrote:
>>>>>>>
>>>>>>>> 64 bit.
>>>>>>>>
>>>>>>>> --
>>>>>>>> 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/05bd8bec-247e-44a0-870b-2936a038c41c%40googlegroups.com
>>>>>>>> <https://groups.google.com/d/msgid/puppet-users/05bd8bec-247e-44a0-870b-2936a038c41c%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>> .
>>>>>>>>
>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Rob Reynolds
>>>>>>> Developer, Puppet Labs
>>>>>>>
>>>>>>> *PuppetConf 2015 <http://2015.puppetconf.com/> is coming to
>>>>>>> Portland, Oregon! Join us October 5-9.*
>>>>>>> *Register now to take advantage of the Final Countdown discount
>>>>>>> <https://www.eventbrite.com/e/puppetconf-2015-october-5-9-register-now-its-the-final-countdown-tickets-13115894995?discount=FinalCountdown>
>>>>>>>  *
>>>>>>> *—**save $149!*
>>>>>>>
>>>>>> --
>>>>>> 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/040de04a-5720-4726-80d3-5203c8c80943%40googlegroups.com
>>>>>> <https://groups.google.com/d/msgid/puppet-users/040de04a-5720-4726-80d3-5203c8c80943%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>> .
>>>>>>
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Rob Reynolds
>>>>> Developer, Puppet Labs
>>>>>
>>>>> *PuppetConf 2015 <http://2015.puppetconf.com/>** is right around the
>>>>> corner! Join us October 5-9 in Portland, OR. **Register now
>>>>> <https://puppetconf2015.eventbrite.com/>**.*
>>>>>
>>>> --
>>> 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/b3bceba4-0b22-470f-87d1-130d8d02a194%40googlegroups.com
>>> <https://groups.google.com/d/msgid/puppet-users/b3bceba4-0b22-470f-87d1-130d8d02a194%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Rob Reynolds
>> Developer, Puppet Labs
>>
>> *PuppetConf 2015 <http://2015.puppetconf.com/>** is right around the
>> corner! Join us October 5-9 in Portland, OR. **Register now
>> <https://puppetconf2015.eventbrite.com/>**.*
>>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/937e7716-5a7d-4dd1-b13e-04db3308dc07%40googlegroups.com
> <https://groups.google.com/d/msgid/puppet-users/937e7716-5a7d-4dd1-b13e-04db3308dc07%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Rob Reynolds
Developer, Puppet Labs

*PuppetConf 2015
<http://info.puppetlabs.com/PuppetConf2015LiveStream.html>** is
this week! Join us via the live stream
<http://info.puppetlabs.com/PuppetConf2015LiveStream.html>! *

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAMJiBK7P3oSzdz1tv7TT0KZ2K08ivWtLfJ1hdh-O%3DnW9YRYSEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to