Am Dienstag, 7. August 2012 15:08:38 UTC+2 schrieb jcbollinger:
>
>
>
> On Tuesday, August 7, 2012 2:47:05 AM UTC-5, TORO wrote:
>>
>> Yes you are right , :
>>
>>> b) the class itself is not being included properly elsewhere
>>
>> as it is not listed i
>> /var/lib/puppet/state/classes.txt
>>
>> And Yes you are right , I should have attached my init.pp and oel.pp see
>> now below:
>>
>
> No, if the the node's catalog compiles correctly, but the class is not
> included, then the problem is not with the class's own manifest(s). Ken
> described the most common ways in which class 'itrs_probe' could be
> assigned to your node; are you using one of those?
>
>
> John
>
> He John ,
Thanks for Your comment. But now I´m totally lost.
I have to admit, the puppet server was already set up and working with a
bunch of modules when I take over ( I have not set puppet up myself....and
do not have many experience with Puppet !)
So I had expected to create new path under modules e.g......testing
/modules/itrs_prob/ { files, templates, manifests} and then put a init.pp
and the oel.pp into manifests should let puppet deploy my stuff.
This seems not to be the case.
For testing I made again a new modul (/dummy/ { files, templates,
manifests} and also put an init.pp in to manifests .
(this init pp)
class dummy () {
notify { 'inside dummy': }
}
I had expected to see something like this ...what I have tested on a other
already working modul ... it additionally send the notify ....
notice: /Stage[main]/Altiris_client/Notify[inside altiris_client]/message:
current_value absent, should be inside altiris_client (noop)
But the notify for dummy does not appear ...
How do I add my new modules to get deploy ... ( where dummy is not required
it does nothing ... but my itrs_probe needed)
Greetings
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-users/-/Fe1FbY2ItMYJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.