search for: iclassify

Displaying 11 results from an estimated 11 matches for "iclassify".

Did you mean: classify
2007 Aug 22
2
iClassify "Internal Server Error"
Hi! I just installed iClassify without a problem, it is running and accessable but I get a rather strange error when trying to run the icagent commands: $ ./bin/icagent -s http://puppet02:3000 -d icagent/ /usr/lib/ruby/1.8/net/http.rb:2094:in `error!'': 500 "Internal Server Error " (Net::HTTPFatalError)...
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 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
2009 Feb 04
20
what about kinial ?
...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. So anyone has implemented kinial ? Thanks, Benoit --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To pos...
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
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 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 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.
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 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,