[Puppet Users] Re: Puppet 4 under Ubuntu 16.04

2016-10-17 Thread Isaiah Frantz
You can not install puppetserver without jdk though because it is a java program. You can, however, install the puppet agent (doesnt require/use jdk) and write a simple pp to install the jdk, puppetserver, other packagages, and config the server with puppet apply. On Friday, October 14, 2016 a

Re: [Puppet Users] resource collector with multiple 'tag !=' test

2016-09-22 Thread Isaiah Frantz
detail: https://tickets.puppetlabs.com/browse/PUP-6723 On Wednesday, September 21, 2016 at 11:30:52 PM UTC-7, Johan De Wit wrote: > > > > -Original message- > *From:* Isaiah Frantz > > *Sent:* Wednesday 21st September 2016 21:35 > *To:* Puppet Users > > *Sub

[Puppet Users] resource collector with multiple 'tag !=' test

2016-09-21 Thread Isaiah Frantz
Hello, I am trying to realize users and am not getting what I expect with multiple != test. Here is a simplified version that I have tested with puppet gem 4.2.2 and 4.6.2 (results were the same for all tests): cat t.ppt.pp (common to all tests): @notify {'This is a test 1': tag => 'one'