[Puppet Users] optimize my configuration

2017-02-13 Thread puppetstan
Hi, i would like modify my conf because is not satisfactory i would live verify my package version and if my version is 5.0 i do notfhing but if the version is 2.0 for example i download my package in /tmp and i update package...this is my conf but it's not very good... file { "/tmp/package-5.

[Puppet Users] Re: No nodes reported in Dashboard 2.0.0

2017-02-13 Thread Michael Watters
puppet-dashboard is EOL and has not been updated in quite a while. You'll need to move to a modern solution such as Puppetboard which does work with Puppet Server and Puppetdb 4. On Friday, February 10, 2017 at 3:06:23 PM UTC-5, Dimitri Yioulos wrote: > > Hi, All. > > Previously, I had a Pupp

[Puppet Users] Re: optimize my configuration

2017-02-13 Thread Michael Watters
ensure => '5.0' should work but you may want to add a dependency to the package resource to ensure that the file is downloaded first. package { "package": ensure => '5.0', provider => 'rpm', source => '/tmp/package-5.0.el6.noarch.rpm', require => File['/tmp/package-5.0.el6.noarch.

[Puppet Users] hiera error in agent run after reboot

2017-02-13 Thread Michael Zoet
Hello Puppet Users, I have a strange problem after I restarted my Puppet master (and several other nodes). When I do a puppet agent run now I get the following output: === puppet agent -t Info: Using configured environment 'production' Info: Retrieving pluginfacts Info: Retrievi

[Puppet Users] Re: optimize my configuration

2017-02-13 Thread puppetstan
thanks for your answer But with this conf, my package package-5.0.el6.noarch.rpm is automatically downloaded even if my package version is 5.0. So it's my problem. I don't want downloaded package package-5.0.el6.noarch.rpm if my version package is 5.0... file { "/tmp/package-5.0.el6.noarch.rpm

Re: [Puppet Users] Puppet Language Style Guide update

2017-02-13 Thread James Perry
Are the any open source or free replacements for Geppetto? RubyMine is like $200/year, which is outside of an IT budget of $0/year for tools. On Friday, January 13, 2017 at 5:03:48 AM UTC-5, Henrik Lindberg wrote: > > On 13/01/17 08:38, Peter Faller wrote: > > Has the Gepetto auto-formatter b

Re: [Puppet Users] Puppet Language Style Guide update

2017-02-13 Thread Christopher Wood
Same budget for tools here. I get along just fine with a combination of puppet-mode for emacs and the pre-commit hook from David Walhstrom's puppet-git-hooks project. https://github.com/voxpupuli/puppet-mode https://github.com/drwahl/puppet-git-hooks (Although I obviously recommend you install

[Puppet Users] Re: No nodes reported in Dashboard 2.0.0

2017-02-13 Thread Dimitri Yioulos
Thanks, Michael. Sorry it's fallen by the wayside. I've now installed Foreman. While, I liked Puppet-Dashboard's output more, Foreman will do just fine. On Friday, February 10, 2017 at 3:06:23 PM UTC-5, Dimitri Yioulos wrote: > > Hi, All. > > Previously, I had a Puppet server running version

Re: [Puppet Users] Re: No nodes reported in Dashboard 2.0.0

2017-02-13 Thread Rob Nelson
There's also puppetboard. See https://github.com/voxpupuli/puppetboard and https://github.com/voxpupuli/puppet-puppetboard Rob Nelson rnels...@gmail.com On Mon, Feb 13, 2017 at 2:03 PM, Dimitri Yioulos wrote: > Thanks, Michael. Sorry it's fallen by the wayside. I've now installed > Foreman.

[Puppet Users] Tracking changes made through puppet by users

2017-02-13 Thread Anfield
Whats the best way to track who is making what changes to servers through puppet? (Actually running the puppet jobs) Also if people are using GIT or something, when the code is downloaded and merged how will they know from which user the code came from? -- You received this message because you