Displaying 20 results from an estimated 20000 matches similar to: "Recommended network module?"
2012 Jan 22
5
Augeas lens for zabbix agent config files?
Hi all,
I''m trying to come up with a lens for the zabbix agent config files. I
find the lens language untransparent at best, so I''m struggeling to
figure out what''s up. The debugging possibilities are extremely
limited. Here''s what I have now:
zabbix.aug:
====
(**
An adjusted copy of the postfix_main module
**)
module Zabbix_agent =
autoload xfm
2012 Mar 22
1
Overriding package installation source
Hi,
I use a module (for Varnish in this case) which has the typical install,
service, package classes.
-- modules/varnish/manifests/install.pp:
class varnish::install {
package { $varnish::params::package_name:
ensure => installed,
}
}
-- modules/project/manifests/proxy.pp
class project::proxy {
include varnish
}
-- manifests/site.pp
node proxy {
2012 Feb 22
3
Error 400 on SERVER: Cannot append, variable node_data is defined in this scope at
Hi,
I have an problem that I can''t get resolved. I have an hash like
www.krzywanski.net/archives/703.
With this hash i whould like the add some extra hashes before passing to
the module, i have tryed the code below.
node testnode {
class { ''testclass'':
nodes_data => {
''node1'' => { ''server'' =>
2012 Feb 08
11
define hostclass with special characters
Hi,
I need to define the hostclass with special character for ex:
"swift::proxy-ring"
I have tried following ways but not worked:
1) hostclass :swift::proxy-ring do
2) hostclass ''swift::proxy-ring'' do
3) hostclass "swift::proxy-ring" do
When I am using the 2 and 3 options it is giving following erroe:
undefined method `[]'' for Class:Class at
2012 Sep 15
1
Live session on Puppet + AWS through Google Hangout on Air
Hi all,
just wanted to let you know that there''s a community event going on in
Kuala Lumpur right now, currently there''s a talk on OpenShift, and at
noon (GMT+8) one of our guys will do a session on Puppet+AWS. It''s
being recorded by Google Hangout on Air, so even if you''re late you
can watch it for free.
2011 Dec 19
7
When the lint accumulates...
So some of you may be aware that Tim Sharpe from GitHub wrote a Puppet
linting tool:
$ gem install puppet-lint
$ puppet-lint mymanifest.pp
Source: https://github.com/rodjek/puppet-lint
The linting tool checks Puppet code for "best practice" based on the
Puppet Labs Style Guide:
http://docs.puppetlabs.com/guides/style_guide.html
A lot of us have been using puppet-lint (and puppet
2012 Mar 19
3
spaceship operator with a regex!?
Hi! Anyone knoe if it''s possible to realize resources with the spaceship
operator checking for regex equality?
Something like:
User<| group =~ /(qa|prod)/ |>
If not, anyone know of another way to do this sort of thing?
Thanks a lot!
Guy
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send
2011 Nov 16
11
What is the offical variable scope best practice?
I read the guide at
http://docs.puppetlabs.com/guides/scope_and_puppet.htmland others''
mail, i am a little confused now, below is my understanding:
1. top scope only refers to site.pp, not include node definitions and facts.
2. in puppet class, using variables not local, must specify the namespace,
like $class::variable,
if it''s a top scope variable or a fact variable or a
2010 Jun 15
4
Dashboard or Foreman
Hi Guys,
I''m reading about dashboard and foreman, and I''m wondering if there is
anyone who made a comparison of the two? Can anyone help me decide
which one to use? It feels like foreman is ''ahead'' for now?
cheers,
Walter Heck
Engineer @ OlinData (http://olindata.com)
--
You received this message because you are subscribed to the Google Groups "Puppet
2012 Jan 09
14
scaling projections for dashboard database?
So I got dashboard up and running on our production system on Thursday before I left. Within 48 hours it had completed filled the /var filesystem. The ibdata1 file is currently at 8GB in size.
1. What size should I expect for ~500 nodes reporting every 30 minutes?
2. Are there some database cleanup scripts which I have managed to overlook that need to be run?
--
Jo Rhett
Net Consonance :
2012 Jan 13
1
Hiera - Any advice on getting started?
my data is getting unwieldy . . . any advice on migrating to hiera?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
2012 Feb 22
1
Handling unique cases
Hello, Everybody!
I need to allow my developers to run a special script on QA servers and
nowhere else. I put this sort of thing in place:
class app-server {
packages: foo:; bar:; baz:;
if $environment == ''qa'' {
file {
''a'':
content => ...
}
}
which feels kinda kludgey to me. Is there a better way to handle unique
cases like this
2012 Jul 19
3
Problems granting privileges with puppetlabs/mysql
First off, I''m not sure if I should be asking questions about puppetlabs
modules here, if not, I apologise...
I''m trying to at least setup my mysql replication user through the mysql
module, but I seem to be unable to divine the correct way to do this. I''ve
tried a number of different variations, but my user doesn''t get the
repl_slave_priv on my user
2012 Jan 17
29
pass values to puppet-lvm
i would like to use the module puppet-lvm and would like to pass
values to it.
I have it setup properly as a module but I can''t for the lfe of me get
it to take any values that I put in my baseconfig.pp in my home
folder.
like shouldn''t something like this work??
puppet-lvm {''setvolume'':
vg => ''myvg'',
pv =>
2012 Jul 09
3
puppetdb = rise in exection expired notices?
I''m getting more and more "execution expired" as systems checking and
hit puppetdb for the first time (switching from a mysql instance). The
command queue isn''t long (1-5, if anything, all the time), and ym
master itself seems to be dealing well enough. I have seen the
collection time growing higher and higher though. This is a ~2K node
deployment, and one of the few
2012 Jan 16
0
Staging environment for infra with 20+ unique servers
Hello,
one of my clients has a server infrastructure with 20+ servers that
are all unique. Currently it runs without a puppet staging environment
which makes me sleep badly at night :)
The problem is: the client doesn''t have the resources to run 20
staging servers as well, and the overhead of setting up 20
virtualboxes is quite sizable (worth it to me, but I''m not teh
decision
2013 Dec 04
10
MySQL server install with datadir != /var/lib/mysql
Has anybody sucessfully used puppetlabs-mysql (or some other method) to
install MySQL-server on Linux with a my.cnf where datadir != /var/lib/mysql
?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To view
2012 Aug 25
12
How can MCollective replace "puppet kick"?
Dear readers,
I was shocked to see that "puppet kick" will be deprecated in 3.0.0
https://projects.puppetlabs.com/issues/15735
How can MCollective replace "puppet kick"?
Hugs,
Sandra
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit
2011 Nov 09
7
NFS clients - puppet hang when mount point
We''ve only recently discovered that puppet can manage mount points
using the mount directive;
however, a short while back we built an nfs client and server classes
without using this resource, and we''ve encountered a problem where
puppet seems to hang when the nfs server is unavailable.
Using --debug doesn''t seem to specify exactly at which point the run
is failing,
2012 Jan 23
13
Template Help Please
Hello,
I am trying to setup a template with data being passed in as a long
string of data which is being returned via extlookup()
i.e. $resolvers = "10.10.10.10 11.11.11.11.12.12.12.12"
The template should split those up and put a nameserver entry per line
in /etc/resolv.conf
I have this in the template now:-
<%=