[Puppet Users] 2016.4.0 ubuntu puppet enterprise install

2016-11-08 Thread Jay Benner
seems this command is failing and I don't know how I can make "puppet enterprise" be a valid subcommand.: 2016-11-08 14:32:21,008 Running command: /opt/puppetlabs/puppet/bin/puppet enterprise configure --debug --detailed-exitcodes --modulepath /opt/puppetlabs/server/data/enterprise/modules

[Puppet Users] puppetdb api/powershell

2015-05-20 Thread Jay Benner
I wanted to use the puppetdb api to be able to sniff out some various anomalies that the console doesn't easily show me. I wanted to do this via powershell because I know it better than bash or Python or whatever language smarter folks than me would use. I had to wade through some poorly

[Puppet Users] rake edits not showing up in the console

2014-09-20 Thread Jay Benner
Edits done via node:groups are reporting back successfully edited, but when I look in the console, no change. What gives? Ubuntu 12.04 Puppet Enterprise 3.2.0 -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and

[Puppet Users] report all nodes that do NOT have a certain class assigned to them

2014-06-24 Thread Jay Benner
Seems like this should be easy, but I am having a tough time sorting it out. I am using PE 3.1 and I want to know which of my nodes are missing a certain class. Its pretty easy to get a list of the nodes that have the class in the console, but that still leaves a lot of math for me to do as

[Puppet Users] Puppet enterprise console, all nodes 'unresponsive'.

2014-05-06 Thread Jay Benner
I had some corruption in my puppetdb and had to rebuild my KahaDB directory. After doing so I restarted everything, but all of the puppet nodes still show 'unresponsive', even after a successful puppet run. Looks like things are running smoothely now, only the console isn't updating

[Puppet Users] Error 400 on SERVER: invalid byte sequence in UTF-8

2014-03-05 Thread Jay Benner
I keep getting this error with a module I wrote. Apparently, it doesn't like something about my module, but I don't see anything interesting about it. I found the bug below, but I don't know which config.ru to edit for the workaround. Has anyone else seen this?

Re: [Puppet Users] Re: moving from previous manual install to puppet/chocolatey

2014-02-18 Thread Jay Benner
Reynolds wrote: On Mon, Feb 17, 2014 at 2:57 PM, Jay Benner long...@gmail.comjavascript: wrote: I tried them in chocolatey.ps1, but that just seemed to break chocolatey. On Monday, February 17, 2014 11:11:25 AM UTC-8, Jay Benner wrote: If I am going to use the workarounds mentioned

Re: [Puppet Users] Re: moving from previous manual install to puppet/chocolatey

2014-02-18 Thread Jay Benner
profile issue. On Tuesday, February 18, 2014 10:26:15 AM UTC-8, Rob Reynolds wrote: On Tue, Feb 18, 2014 at 12:10 PM, Jay Benner long...@gmail.comjavascript: wrote: PS - This system that I am working on is very much a test system, so we can try whatever we want on it. It is representative

Re: [Puppet Users] Re: moving from previous manual install to puppet/chocolatey

2014-02-17 Thread Jay Benner
:33 PM, Jay Benner long...@gmail.comjavascript: wrote: Some improvement. I'll attach another chocolateyinstall log below. It still didn't install the agent, but it also didn't add an entry to /lib, so I'm guessing it will keep trying. Looks like the same error downloading the file. http

Re: [Puppet Users] Re: moving from previous manual install to puppet/chocolatey

2014-02-17 Thread Jay Benner
I tried them in chocolatey.ps1, but that just seemed to break chocolatey. On Monday, February 17, 2014 11:11:25 AM UTC-8, Jay Benner wrote: If I am going to use the workarounds mentioned in the bug article you referenced, should I put that code into chocolateyinstall.ps1? On Friday

Re: [Puppet Users] Re: moving from previous manual install to puppet/chocolatey

2014-02-14 Thread Jay Benner
be running into something else when it is running. In C:\chocolatey\chocolateyInstall there are some log files, what does the log file say about the installation? On Thu, Feb 13, 2014 at 2:10 PM, Jay Benner long...@gmail.comjavascript: wrote: I had deleted the entry in /lib

Re: [Puppet Users] Re: moving from previous manual install to puppet/chocolatey

2014-02-14 Thread Jay Benner
not been able to reproduce effectively - https://github.com/chocolatey/puppet-chocolatey/issues/18 On Fri, Feb 14, 2014 at 12:47 PM, Jay Benner long...@gmail.comjavascript: wrote: The following is a copy of my log: http://pastebin.com/wz5peZbG Looks like the download failed. Perhaps

Re: [Puppet Users] Re: moving from previous manual install to puppet/chocolatey

2014-02-14 Thread Jay Benner
for updates. In the meantime if you are using SYSTEM for the puppet agent, I would switch to something with network access and see if chocolatey works inside of puppet. On Fri, Feb 14, 2014 at 3:33 PM, Jay Benner long...@gmail.comjavascript: wrote: Some improvement. I'll attach

[Puppet Users] Re: moving from previous manual install to puppet/chocolatey

2014-02-13 Thread Jay Benner
when I run chocolatey from the command prompt. I didn't realize that the chocolatey group supported the puppet provider as well; I'll note it in the future. On Wednesday, February 12, 2014 2:37:49 PM UTC-8, Jay Benner wrote: I have a bunch of windows servers with NewRelic installed on them

Re: [Puppet Users] Re: moving from previous manual install to puppet/chocolatey

2014-02-13 Thread Jay Benner
you run puppet agent --test --verbose --debug and post that output (preferably in a gist / pastebin and then link that here)? Remove the sensitive information such as the license. On Thu, Feb 13, 2014 at 10:55 AM, Jay Benner long...@gmail.comjavascript: wrote: I got it from the forge. I

[Puppet Users] Re: moving from previous manual install to puppet/chocolatey

2014-02-13 Thread Jay Benner
I had deleted the entry in /lib. On Wednesday, February 12, 2014 2:37:49 PM UTC-8, Jay Benner wrote: I have a bunch of windows servers with NewRelic installed on them and I want to start managing those installs with Puppet. Seemed like the thing to do would be to have chocolatey uninstall

[Puppet Users] moving from previous manual install to puppet/chocolatey

2014-02-12 Thread Jay Benner
I have a bunch of windows servers with NewRelic installed on them and I want to start managing those installs with Puppet. Seemed like the thing to do would be to have chocolatey uninstall what is there and reinstall within the framework of chocolatey so that I get addressable version

[Puppet Users] Re: External Facts on Windows with Powershell

2013-10-10 Thread Jay Benner
Did you figure this out? I am having the same trouble. On Tuesday, April 9, 2013 10:44:38 AM UTC-5, Grant Trevor wrote: I'm trying to follow the steps on http://docs.puppetlabs.com/guides/custom_facts.html in regards to declaring External Facts using powershell. I've created a simple