protest:
file1:
logdir: '/tmp/'
logfile: fred1
text: 'Alfredo1 was here'
protest:
file2:
logdir: '/tmp/'
logfile: fred2
text: 'Alfredo2 was here'
This I believe is incorrect.
protest:
file1:
logdir: '/tmp/'
logfile: fred1
text: 'Alfredo1 was here'
file2
> Noticing high CPUIO while doing garbage collection (every 14 days)
Do you mean the old report purge that happens every hour, for reports
that are older than 14 days?
> Is there a way to "nice" this?
Depends on lots of factors, for starters, what version of PDB are you
using, and are you using
Hi Garrett,
Thank you very much for your response.
I am getting below errors after changing 2.1.0 :
ruby -S rspec spec/classes/init_spec.rb
/usr/local/rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in
`require': cannot load such file -- puppet (LoadError
Sorry Missed to post the installed gems:
*** LOCAL GEMS ***
colored (1.2)
cri (2.6.1)
diff-lcs (1.2.5)
faraday (0.8.9)
faraday_middleware (0.9.1)
faraday_middleware-multi_json (0.0.6)
hiera (1.3.4)
hiera-puppet (1.0.0)
json (1.5.5)
json_pure (1.8.1)
kwalify (0.7.2)
log4r (1.1.10)
metaclass (0.0.4
Hello,
i have setup the Puppet Infra on internal datacentre at my work centre.
i am able to group the agents based on nomenclature of their domain names
eg:
web1.office.org
web2.office.org
db1.office.org
and so on.. and i can group them in my site.pp using the regula
We have puppet and foreman installed in RHEL 6.5 in production environment.
Now while trying to deploy some iptables in client machines we can't able
because of puppet-master not up and running. While troubleshooting we have
found that foreman and puppet using 8140 port and its conflict becaus
On Tuesday, April 14, 2015 at 12:55:47 AM UTC-5, Alfredo De Luca wrote:
>
> Hi all.
> It might be a simple question for you.
>
> In hiera I have the followings
>
> protest::logdir: '/tmp/'
> protest::logfile: fred
> protest::text: 'ok ok was here'
>
> and the class is
>
> class protest (
On Monday, April 13, 2015 at 11:44:05 AM UTC-5, Chris Cox wrote:
>
> So... I have an environment called "dev" and before I had pulled in a
> module from puppet forge (e.g. stdlib) into "dev". All worked fine.
>
> Now I have created a different environment called "devforge" and moved the
> stdl
So I have an erb template. x.xml.erb
Inside the file I iterate over an array to add some contents to the file.
It looks like so.
<%- @x_custom.each do |value| -%>
<%= value %>
<%- end -%>
<%= key %>
However, I'm having an issue when puppet actually updates that file. If I
have an array
Hi I am trying to install the 10 node PE on an aws instance. All looks to
go fine up to the point where this command tried to run
** curl --tlsv1 -s https://fqn:8140 and it does this for 2 minuets. Then it
fails with
** cp
/opt/puppet/share/installer/install_log.lastrun.puppetmaster.sandbox.
On 03/10/2015 01:59 PM, Scott Garman wrote:
> Hi all,
>
> Fedora 19 was EOL'ed on January 6, 2015. We are no longer building
> packages for it and plan to remove it from our yum repository on Monday,
> April 13.
>
> https://fedoraproject.org/wiki/End_of_life
This is just a follow-up that F19 has
Hi.
I have multiple modules/classes used in site.pp manifest.
in site.pp i've some code like this:
Package <| title != 'yum-plugin-priorities' |> { require =>
Exec['clean_yum_cache'] }
Yumrepo<||> { before => Exec['clean_yum_cache'] }
exec { "clean_yum_cache":
command => "yum clean
Hello
You have 3 newlines there which I've marked with Xs I expect you to get N+2.
But why do you care? Out of "I wonder why that is happening?" Is fine.
Beyond that the XML is for a machine not you to spend your time reading. I
hope :)
Neil
On 14 Apr 2015 16:20, "Mark Rosedale" wrote:
>
> So I
I care because I shouldn't be getting the new line if I'm using the closing
-%> correct? And in any other type of file I do this very same syntax I
don't get empty lines. So why is it happening here?
On Tuesday, April 14, 2015 at 3:10:58 PM UTC-4, Neil - Puppet List wrote:
>
> Hello
>
> You hav
Glad you just care why.
so I agree you should not be seeing the extra lines.
Do you have extra whitespace after the > ?
key and value are bothering me.
Is key something else unrelated? (Should it be @key?) If you remove that
line do you get the same behaviour?
Neil
I care because I shouldn't be
Another random thought, run dos2unix on the template?
On 14 Apr 2015 22:39, "Neil - Puppet List"
wrote:
> Glad you just care why.
>
> so I agree you should not be seeing the extra lines.
>
> Do you have extra whitespace after the > ?
>
> key and value are bothering me.
> Is key something else unr
On 4/14/15 7:55 AM, Afroz Hussain wrote:
> Sorry Missed to post the installed gems:
>
> *** LOCAL GEMS ***
>
> colored (1.2)
> cri (2.6.1)
> diff-lcs (1.2.5)
> faraday (0.8.9)
> faraday_middleware (0.9.1)
> faraday_middleware-multi_json (0.0.6)
> hiera (1.3.4)
> hiera-puppet (1.0.0)
> json (1.5.5
17 matches
Mail list logo