Displaying 7 results from an estimated 7 matches for "bowlby".
Did you mean:
bobby
2012 Jul 23
6
librarian-puppet vs git superproject?
...ing git
superproject with per puppet module repositories? We are in the midst of
determining which route is optimal for our environment. It seems like using
git superprojects would mean one less new tool for everyone to learn. What
then would be the advantages of librarian-puppet?
Thanks,
Ryan Bowlby
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/4Kf47PY2sIwJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe fro...
2010 Dec 26
6
variables created with generate() function have a newline when used in a template
I have this in nodes.pp
$puppetmaster_fqdn = generate("/usr/bin/facter","fqdn")
and this in a template
http://<%= puppetmaster_fqdn %>:8080
When puppet runs, this is the result:
http://puppet.home
:8080
Anybody any clue to whats causing this? I''ve tried -%>
--
You received this message because you are subscribed to the Google Groups "Puppet
2013 Aug 07
3
Nagios XI + Puppet?
Hi All,
I currently make use of Icinga (nagios fork) + Puppet for fully automated
monitoring. It''s worked great up to this point. I''ve recently been asked to
integrate fine grained notifications support into icinga. I''m not entirely
sure puppet manifests are the right place to manage contacts, contact
groups, and their use within host and service definitions for
2012 Nov 19
2
vcsrepo: Could not create repository (non-repository at path)
Hi,
I''m running into a problem using the puppetlabs provided vcsrepo-module. It
keeps giving the same error:
--------------
notice: /Stage[main]//Vcsrepo[/usr/share/test2]/ensure: Creating repository
from latest
err: /Stage[main]//Vcsrepo[/usr/share/test2]/ensure: change from absent to
latest failed: Could not create repository (non-repository at path)
--------------
This is in my
2003 Mar 29
1
Documentation people needed. FreeBSD/Security clue beneficial.
Hi All,
Ok after watching all the discussion about some security documentation
and teams I have come up with a few ideas that might help out some. I'm
willing to program an interface at the extremefreebsd.org site (yes I know
it's still new and under some work) that will allow the following:
1. A dedicated page for security related posts (articles, docs,
advisories, etc) at
2012 Jul 15
2
How to take away install privilege from users other than puppet?
Hi Guys,
I am trying to configure to my client machine, I want prevent user
don''t do installation, All installation done through puppet only, How
to do it, Guide me...
-Ganesh.
Did I learn something today? If not, I wasted it.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2012 Jan 26
6
Issue Installing Puppet on Red Hat6
I have been trying to follow the bootstrap instructions for installing
puppet-dashboard. I keep getting error about rubyge(rake) and
rubygems. I''d appreciate any help or corrections, thanks in advance.
ruby-libs-1.8.7.299-4.el6.x86_64
ruby-1.8.7.299-4.el6.x86_64
These are some installation steps I took.
rvm tools rvm-env ruby bash
rvm install 1.8.7
yum install ruby
downloaded