Re: [Puppet Users] Re: puppetlabs-postgrest module not loaded

2015-08-31 Thread Rich Burroughs
Yeah that is not going to work. Your Hiera file is a list of classes you're including on the host, I'm assuming your code is using the hiera_include function. Basically Puppet is turning the classes listed in that file into an array and then trying to apply them all. What you've done is try to inc

[Puppet Users] Re: puppetlabs-postgrest module not loaded

2015-08-31 Thread Alfredo De Luca
Hi Rich. Thanks. I tried without - postgresql. Only adding postgresql::server::db: test postgresql::server::password: test postgresql::server::user: test What happens is I don't get that error but it doesn't do anything either. Alfredo On Sat, Aug 29, 2015 at 2:31 PM, Alfredo De Luca wrote: >

Re: [Puppet Users] Puppet Windows Automation

2015-08-31 Thread Rob Reynolds
On Monday, August 31, 2015, Matthew Stone wrote: > For instances like this, I've usually smashed everything into a one-liner > using the powershell provider. So...something along the lines of: > > command => " \$thing = ; Write-Host \"Puppet > ${thingamajig} is a $\thing\"" > > As can be seen abo

[Puppet Users] MCollective Plugins - Can I Install with Puppet Collections?

2015-08-31 Thread Chad Thompson
To all: This is hopefully a simple question: Prior to the Puppet 4 upgrade, I was using the Puppetlabs repo to install the Puppet agent along with MCollective and a few (puppet, service) MCollective plugins. With the upgraded install using Puppet Collections (which includes the mco binary and

Re: [Puppet Users] 3.8.2 can't display used licenses, can't clear bogus usage count

2015-08-31 Thread Lindsey Smith
On Mon, Aug 31, 2015 at 11:53 AM, Vince Skahan wrote: > On Monday, August 31, 2015 at 11:43:43 AM UTC-7, Lindsey Smith wrote: >> >> >> >> On Fri, Aug 28, 2015 at 10:19 AM, Vince Skahan >> wrote: >> >>> >>>- how do I clear it back to reality ? The procedures on PL web >>>don't work. >>>

Re: [Puppet Users] Active Directory integration for Linux and Solaris - possible with Puppet ?

2015-08-31 Thread James A. Peltier
- Original Message - | Dear Colleagues, | in our enterpreise environment we are planning to integrate two server groups | with Active Directory: Linux Systems and Solaris systems. | At the moment we are using RHEL 5/6 and Solaris 10/11. Doing it with RHEL/CentOS 6 and 7. Didn't test w

Re: [Puppet Users] Puppet Windows Automation

2015-08-31 Thread Matthew Stone
For instances like this, I've usually smashed everything into a one-liner using the powershell provider. So...something along the lines of: command => " \$thing = ; Write-Host \"Puppet ${thingamajig} is a $\thing\"" As can be seen above, it can start looking pretty ugly, especially if the comm

[Puppet Users] Active Directory integration for Linux and Solaris - possible with Puppet ?

2015-08-31 Thread Zalezny Niezalezny
Dear Colleagues, in our enterpreise environment we are planning to integrate two server groups with Active Directory: Linux Systems and Solaris systems. At the moment we are using RHEL 5/6 and Solaris 10/11. 1) Is it possible with Puppet ? 2) Is it possible to create central user management s

[Puppet Users] How to get tag email for specific notice while overall tag level set to err?

2015-08-31 Thread staceytian4321
Hi all, I am using Puppet 3.7.3 and have a question about tagmail. My tagmail.conf is setup to send email only when there is err and above: *err, alert, emerg, crit: us...@test.com* I have a module to check javalinks: class javalinks { file { "/usr/java/latest": ensure => link,

Re: [Puppet Users] 3.8.2 can't display used licenses, can't clear bogus usage count

2015-08-31 Thread Vince Skahan
On Monday, August 31, 2015 at 11:43:43 AM UTC-7, Lindsey Smith wrote: > > > > On Fri, Aug 28, 2015 at 10:19 AM, Vince Skahan > wrote: > >> >>- how do I clear it back to reality ? The procedures on PL web don't >>work. >> >> > The steps at https://docs.puppetlabs.com/pe/3.8/node_deactivat

[Puppet Users] Security advisory: Use of the 'port' parameter with puppetlabs-firewall could cause unexpectedly permissive firewall rules.

2015-08-31 Thread Geoff Nichols
Security advisory: Use of the 'port' parameter with puppetlabs-firewall could cause unexpectedly permissive firewall rules. Assessed Risk Level: Medium Previous versions of the README for the puppetlabs-firewall module contained examples of configurations using the 'port' parameter instead of ref

Re: [Puppet Users] 3.8.2 can't display used licenses, can't clear bogus usage count

2015-08-31 Thread Lindsey Smith
On Fri, Aug 28, 2015 at 10:19 AM, Vince Skahan wrote: > > I'm running PE 3.8.2 and doing a lot of build/nuke/build cycles in > vagrant, so I need to watch my license usage. > > My server currently shows 5/10 licenses used although there's only one > client actually. > >- where is this license

Re: [Puppet Users] Re: [Puppet-dev] Debian Testing and Debian Stable leaving apt.puppetlabs.com

2015-08-31 Thread Melissa Stone
On Thu, Aug 27, 2015 at 6:30 AM, Ximena Cardinali wrote: > Hi, > > is it possible that the packages for Debian Jessie are still not available > on the repository? > > Please see: > http://apt.puppetlabs.com/dists/jessie/main/binary-amd64/Packages > > I'm trying to install puppet on some new insta

[Puppet Users] Re: Speed issue when copying 'n' files

2015-08-31 Thread jcbollinger
On Friday, August 28, 2015 at 7:51:42 AM UTC-5, Sergiu Cornea wrote: > > Hi John, > > Thank you for your reply. So I have decided to go for RPM, however, I am > wondering now as I have finished my first package if I need to create an > RPM for each website (as the location is different such as:

[Puppet Users] Re: Can I store my hiera data file inside puppet agent side

2015-08-31 Thread jcbollinger
On Sunday, August 30, 2015 at 11:44:45 PM UTC-5, Malintha Adikari wrote: > > Hi, > > Can I store and use my hiera data file in my puppet agent machine rather > than storing in in puppet master ? Then how can I do it ? > > The Puppet master always uses local hiera data when it compiles catalogs

Re: [Puppet Users] Can I store my hiera data file inside puppet agent side

2015-08-31 Thread Trevor Vaughan
Hi Malintha, Well, the answer is that you can place it on the client but I'm not sure what you're trying to accomplish as it won't be used by client side activities. This is because the values can change during compile time based on variables that you set in your code (and facts). If you could p

[Puppet Users] Using exec

2015-08-31 Thread Gene Fontanilla
Hi Everyone, I am relatively new to puppet open source, i want to create an exec file for windows to run a file if it is not running, it is not registered as a service for windows so exec is my alternative. can anyone help me out? this is a simple script i created, exec {'start': cwd