Totally lost.
On Fri, Aug 17, 2012 at 5:47 PM, Stuart Cracraft wrote:
> Doug: I hope you are wrong about that as it would be a bad non-explicit, very
> Ruby-like choice of indirectness
> for controlling and detailing what should be plain-and-simple and Iowa-like.
>
> Stuart
>
> On Aug 17, 2012,
Doug: I hope you are wrong about that as it would be a bad non-explicit, very
Ruby-like choice of indirectness
for controlling and detailing what should be plain-and-simple and Iowa-like.
Stuart
On Aug 17, 2012, at 2:27 PM, Douglas Garstang wrote:
> Seems like nodes are matching the default no
On 8/17/12 2:27 PM, Douglas Garstang wrote:
> Seems like nodes are matching the default node before they are
> matching the more specific nodes. My site.pp has:
>
> include "nodes/*.pp"
>
> In the nodes directory are two files, default.pp and nagios_server.pp.
>
> default.pp:
> node default {
>
Seems like nodes are matching the default node before they are
matching the more specific nodes. My site.pp has:
include "nodes/*.pp"
In the nodes directory are two files, default.pp and nagios_server.pp.
default.pp:
node default {
include role::common
}
nagios_server.pp:
node 'mon01.us1.xx