Displaying 3 results from an estimated 3 matches for "debian_base".
2007 May 02
4
Ordering problem...
...getting puppet to accept that I require
some resource that I _have_ defined elsewhere in the manifest. To
explain it, here is a simplified example:
site.pp:
--------
import "class/*.pp"
import "nodes/*.pp"
import "packages/*.pp"
node base {
include base
}
node debian_base inherits base {
include debian
}
nodes/internal.pp:
----------
node "foo.bar.com" inherits debian_base {
include postfix
}
class/base.pp:
--------------
class base {
include monit
}
packages/postfix.pp:
--------------------
class postfix {
file { "/etc/monit/conf.d/postfix&quo...
2006 Mar 09
0
If you become the error message: "Host key verification failed". then is this help is for you
Hello,
Dom0 = Debian_Base (192.168.0.1)
DomU = Debian_SQL (192.168.0.2)
DomU = Debian_WEB (192.168.0.3)
Debian_Base -> Debian_SQL [OK]
Debian_Base -> Debian_WEB [OK]
Debian_SQL -> Debian_Base [ERROR]
Debian_WEB -> Debian_Base [ERROR]
Debian_SQL <-> Debian_WEB [ERROR]
[ERROR] = ssh "Host key v...
2007 May 27
1
puppetmasterd file handle problem
...s set of errors:
May 22 08:08:34 localhost puppetd[2810]: Could not get config; using
cached copy
May 22 08:08:34 localhost puppetd[2810]: Could not retrieve
configuration: Uncaught exception could not open database in method
puppetmaster.getconfig
May 22 08:08:59 localhost puppetd[2810]:
(//heron/debian_base/File[/etc/apt/listchanges.conf]/source) Could not
retrieve /files/etch/apt-listchanges.conf: Too many open files -
/etc/puppet/files/etch/apt-listchanges.conf
etc...
or the following set:
May 26 08:23:50 cassowary puppetd[24866]: Could not get config; using
cached copy
May 26 08:21:47 cormorant pu...