Displaying 20 results from an estimated 100 matches similar to: "iClassify "Internal Server Error""
2007 Nov 13
6
Facter and arrays
Hi,
Is it possible to have an array as the output of a custom fact? And
then to pass it into a template in Puppet?
I currently have a fact that looks like this:
Facter.add("exports") do
setcode do
case Facter.hostname
when (/thishost/i):
[ "/local", "/local2" ]
end
end
end
& a template like this:
<%
2007 Oct 08
5
Is Puppet similar to Capistrano?
I discovered Capistrano while I was trying to figure out what I
wanted. See attached notes.
http://www.genunix.org/wiki/index.php/GNOSIS/Kraken
Puppet seems promising.
Thanks,
Brian
--
- Brian Gupta
http://opensolaris.org/os/project/nycosug/
2007 Sep 21
3
Automating Web-based Tool Configuration
I''m new to the group, so apologies in advance if I repeat a question
that''s already been asked and answered. First of all, I''m very happy to
see an open-source alternative to commercial configuration automation
tools. My question is this: I manage a collection of tools with
web-based administration. They have no external config files, and store
their config data in the
2009 Feb 04
20
what about kinial ?
Hi,
I was looking for a solution to change the value of a variable using
include (http://reductivelabs.com/trac/puppet/wiki/
CommonMisconceptions), and found an interesting solution on the kinial
SPEC (http://reductivelabs.com/trac/puppet/wiki/KinialSpec). But I
can''t find more about this project ?
iClassify derives from this spec, but the interesting part
(inheritance) is not supported.
2007 Aug 21
4
communication between classes / hosts
Hi there, me again!
I´m looking for a solution for the following:
I have two (a bunch really..) of services that work together and have to
exchange some configinformation between each other. I can get this to
work in only one of three cases:
1. Works
#
class serviceB {
file {"serviceBconfig":
content => $serviceA::serviceAvar
}
}
#
#
class serviceA {
$serviceAvar
2008 Jul 02
12
Module interaction and dependencies in Puppet (SNMP in particular)
Hello folks,
I''m sitting here converting my static, simple classes/snmp.pp into a
full module, and I''ve run into a bit of a brick wall.
net-snmp is one of those wonderful programs that will only read two
configuration files (it reads a few more, but only 2 are in /etc) -
/etc/snmpd.conf and /etc/snmpd.local.conf. This means that my SNMP
module is somehow going to have to
2007 Sep 11
1
Variable scoping and templates
Hi,
We''ve been using puppet for a couple of months now (started with a
new deployment for a customer, and it''s slowly taking over their
whole environment). We''re gradually getting our heads around it, but
there are some things that we''re hoping other people have encountered
and solved before us.
First one is to do with scoping...
We have defined some
2011 Oct 16
4
Ruby on rails with twitter integration
after i searched, i got so many links related with the twitter integration ,
Then i do that with one following link
http://cbpowell.wordpress.com/2011/03/17/twitter-oauth-and-ruby-on-rails-integrated-cookbook-style-in-the-console-updated-for-twitter-1-0/
after some steps with the rails console, *Then i got some errors after i
gave the steps to send the tweet from the application *
* client
2008 Jun 14
9
Disabling 'node_name = facter' setting
I''m having a heck of a time trying to fix #1178, which is a problem
related to inconsistent node names, and it all stems from the
''node_name'' setting.
In the default setup, your certificate gets created with your host''s
fully qualified node name, and Puppet uses the value from the
certificate for everything.
In addition, there''s a setting,
2007 Aug 21
9
Seattle Meetup?
Hi all,
It looks like I''ll be in Seattle on Sunday, September 16th through
Tuesday the 18th, and I''d like to have Puppet Meetup either Sunday or
Monday night.
On Adam''s recommendation, I''ll be staying at the Queen Anne Inn, so
something near there would be best. Hopefully Adam or Blake can do
the actual organization. :)
Any takers?
--
What is
2009 Sep 01
11
Storing puppet info in a database
Hi all.
We have a bunch of RHEL servers running Puppet. They are also connected to
our Red Hat Satellite server.
Currently we don''t have any master documentation system that stores all
relevant information (i.e. type of server, hardware info, linux
configuration, etc) about the servers. So what I''d like to do is implement
some sort of system that can hold all this information.
2006 Jan 14
2
initialize expression in 'quasi' (PR#8486)
This is not so much a bug as an infelicity in the code that can easily
be fixed.
The initialize expression in the quasi family function is, (uniformly
for all links and all variance functions):
initialize <- expression({
n <- rep.int(1, nobs)
mustart <- y + 0.1 * (y == 0)
})
This is inappropriate (and often fails) for variance function
"mu(1-mu)".
2009 Sep 14
7
commonly used, defacto standard web frontend to facter ... that everyone loves?
I''m new to puppet in general - I just have a minimal node.pp defined
for 2 clients so far. Before I reinvent the wheel ... is there a good
web UI to facter that everyone uses? I''ve looked over foreman and I
figure since it''s new, it''s probably not in widespread use currently.
Any suggestions?
--~--~---------~--~----~------------~-------~--~----~
You received
2008 Aug 22
3
Why use a DB with Puppet?
I am confused about all the database talk on the list lately. I''ve been
playing with Puppet for the last 6 months and have never set up a DB for it
to use. What are you guys using the DB for? My first though (really the
only thing I could find) was for storing node configurations. But I''m
storing them in the file system and it seem to work just fine. What are the
advantages
2008 Aug 21
11
spam on this list..
Is there anyway we can get rid of this crap on this list? It''s
getting old fast.
--~--~---------~--~----~------------~-------~--~----~
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
2007 May 11
14
Trailing commas [best practice survey]
I''m sure everyone has read and committed the Puppet Best Practice to memory
by now (I joke). One of the things I''ve written in there deals with
trailing commas, which I adopted from the way I used to do multiline in
Perl, but I''ve noticed that most people don''t tend to do that in Puppet.
Should I revise this or should we all start using the trailing commas?
2009 Jan 08
5
Puppet client hangs if LDAP server is not accessible
Hi.
I''ve noticed that on servers that are both puppet and LDAP clients,
the puppet client will hang if the LDAP server is not reachable. Does
anyone know what the reason for this is?
Regards,
Kenneth Holter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this
2007 Nov 29
3
gem provider non-interactive
Hi,
I was wondering if there is any of getting the gem package provider to
run non-interactively? When upgrading mongrel it fails because it gets
prompted for which version to install:
Attempting remote update of mongrel
Select which gem to install for your platform (x86_64-linux)
1. mongrel 1.1.1 (ruby)
2. mongrel 1.1.1 (jruby)
3. mongrel 1.1.1 (mswin32)
4. mongrel 1.1 (mswin32)
5.
2007 Sep 04
16
REST/XMLRPC backward compatibility?
Hi all,
I''m in the throes of the REST conversion and I''m wondering: How
important is it to retain backward compatibility? The language will
clearly be consistent between the two, but it looks like it''s going
to be a heckuva lot more complicated to keep compatibility for all
network services (as in, for each of them, I''ll have to write a shell
that
2007 Nov 02
8
Custom reports in puppet
Does any one know or whether have someone done custom reports in puppet.
Which will show the status of the servers, disk, cpu, load, pkg list,
configs/files edited via puppet, how often a config file is updated,
etc..
--
Deepak
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users