Displaying 20 results from an estimated 7000 matches similar to: "classes defined in nodes"
2007 Apr 10
16
Import all modules?
Is there a way to tell the puppetmaster that I want to import all modules
rather than listing each one individually?
2007 Apr 18
2
Could not describe errors
Hello community,
We are running puppetmaster 0.22.3 with 45 servers attached and we are
seeing a lot of messages that say:
(err): Could not describe /ssh/sshd_config.RedHat: End of file reached:
We were seeing a lot of this with 0.22.1 as well. Interestingly, during
the stretch where we were running 0.22.2 (most of April until 2 days ago)
we didn''t see this error at all or very
2006 Nov 11
5
Ubuntu experience
What is everyone''s experience with Puppet on Ubuntu? Does it work as
expected? Any caveats or oddities?
-- DK
--
Digant C Kasundra <digant@stanford.edu>
Technical Lead, ITS Unix Systems and Applications, Stanford University
2007 Mar 29
7
rrdgraphs?
Anyone using the rrdgraph report on the puppetmaster on Debian stable? I''m
trying to get this working and not getting far. I even took rrdtool and
librrd0-dev from backports and I still get the same problem. It seems that
the rrdfiles are being somewhat created, but nevertheless, the puppetmaster
isn''t happy and keeps spewing:
err: Report rrdgraph failed: Could not create
2007 Apr 05
4
Documentation conventions
I think some conventions are in order to help with the documentation work.
(1) As suggested by someone else earlier, I think we need a clear way to
mark areas needing fixes with FIXMEs.
(2) Topics under discussion or drafting should indicate such, perhaps at
the top of the document, with a reference to the thread. On page comments
should have a clearly designated area at the bottom of the
2007 Aug 23
4
Questions about modules and namespaces
Hello
>From my understanding, modules are not autosearched. So, if I have:
include ssh
... then puppet will look for a module names ssh and class named ssh
defined in /modules/ssh/init.pp
Moreover, if I have:
include ssh::global
... then Puppet will for class global defined in /modules/ssh/init.pp or
/modules/ssh/global.ss.
Is that correct? Or am I leaving out some imports
2007 Mar 29
1
Mongrel?
What happened with the Mongrel effort?
--
Digant C Kasundra <digant@stanford.edu>
Technical Lead, ITS Unix Systems and Applications, Stanford University
2007 Mar 16
19
Terminology
Hello folks,
I''ve blended/updated the Glossary of Terms
(<http://reductivelabs.com/trac/puppet/wiki/GlossaryOfTerms>). It seems
the definition of "manifests" is a bit different amongst members.
Some people consider a "manifest" to be a configuration file written in
puppet, e.g. any .pp file. But at my organization, we''ve considered the
totality
2007 Oct 02
10
End of file and other errors: solution
For anyone that has experienced the odd End of file or Cannot describe
errors, we''ve found that switching to Mongrel has fixed this problem for
us. We''re currently running 5 instance of puppetmaster under mongrel (with
the apache proxy in front) and things are going great.
For more information on setting up Mongrel, visit:
2007 Mar 02
2
Terminology merging
Hello everyone,
I''ve been working on an internal best practices document that also tackled
giving proper terms to things that were at the time uncoined. But looks
like we have a bit of a merge problem as other terms have been floating
around that seem to conflict with some terms we''ve been using internally at
my organization. I''m hoping we can discuss and
2006 Oct 26
3
Resources...
Hi,
I''d like to be able to create certain admin users on certain
machines, and when I saw the new Resources feature, I thought I could
use that. But I can''t get it to work. This is what it looks like:
<snip>
class admin {
define adminuser {
@user { $name:
ensure => present,
group => adm
}
file { "/home/$name":
ensure =>
2006 Sep 15
8
file: target generates error
file { "/var/log/syslog":
target => "/var/log/messages"
}
generates the following error:
err: //henson/stanford/syslog/file=/var/log/syslog: Failed to retrieve
current state: undefined method `should'' for false:FalseClass
2007 Jul 03
7
CA migration
Anyone ever migrated the puppetca to a different host? What are the steps
that are involved?
2007 Mar 16
0
My updated remotefile
I recently update my remotefile definitions (others might have already done
so or have been using a better one than mine). I added an ensure parameter
so I could do overrides using remotefile rather than the underlying file:
define remotefile($owner = root, $ignore = ".svn", $group = root, $mode =
644, $source, $backup = false, $recurse = false, $ensure = file) {
$realsource =
2007 Feb 22
4
Assistance Requested
Hello,
I am currently experiencing a bit of a quandry with how to specify default configuration applications to generic nodes.
Here is an example setup:
Classes:
Class A
Class B inherits Class A
Class C inherits Class B
Problem:
I have unique hosts (nodes) X and Y and a bunch of other standard hosts. I would like X and Y to be able to override attributes in Class C (thus inherit class C) but
2007 Mar 19
0
Wiki Notifications
Hello folks,
I''ve finally figured out how to get the Wiki to notify of changes. Luke is
going to work on getting a proper link in the header but for now, make sure
you are logged in and then if the page you want to watch is at:
<http://reductivelabs.com/trac/puppet/wiki/GlossaryOfTerms>
then in your browser URL, substitute "notification" for "wiki":
2007 May 07
68
Puppet Best Practice
Hello everyone,
A long time ago, I posted the Stanford Best Practices and I''ve gone through
and updated it today. I''d like to have people go through it and see if we
can strip out some Stanford specific stuff and tag this as an official best
practice. I think an official best practice will be important as more and
more people consider making shareable modules, etc (mostly
2007 May 08
13
Override to unspecify
In the normal override method, you can change the value of a parameter, but
can you unset a parameter?
file { "/etc/somefile":
mode => 644,
owner => "dude"
}
File ["/etc/somefile"] { mode => unset } ??
2006 Sep 14
12
Specify and respecify
Hello Puppet users,
I had talked with Luke about this scenario and was wondering how others
would/are handling something like this.
Imagine a scenario where all servers will have a specific postfix
configuration except for a server or two or three. So, you want to define
a file "/etc/postfix/main.cf" and specify the source from your dist tree.
But for those exceptional servers,
2007 Jul 05
3
Does puppet have a way to disable a user?
Besides using an exec line with a case statement(to determine the specific os''s disable command), does puppet come with a buit in method to disable a user account?
Thanks!.
---------------------------------
Get the Yahoo! toolbar and be alerted to new email wherever you''re surfing.
_______________________________________________
Puppet-users mailing list