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
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:
>
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
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
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.
>>>
- 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
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
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
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,
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
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
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
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
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:
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
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
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
17 matches
Mail list logo