[Puppet Users] Template change - not applying

2013-12-15 Thread Steven Jonthen
Hi guys, I'm using Puppet 3.3.1 and have the following problem: When I change the values of variables which are used by my Puppet-template, then the change is applied by Puppet. But when I change any static thing (text) within the template, the changes are not applied by puppet. Can anyone

[Puppet Users] Re: Template change - not applying

2013-12-15 Thread Steven Jonthen
Ok I solved the problem. Thx. Am Sonntag, 15. Dezember 2013 15:23:04 UTC+1 schrieb Steven Jonthen: Hi guys, I'm using Puppet 3.3.1 and have the following problem: When I change the values of variables which are used by my Puppet-template, then the change is applied by Puppet. But when I

[Puppet Users] Re: Providing hiera with module data

2013-12-02 Thread Steven Jonthen
I only need to know how to use different hiera.yaml files for different modules. How can I achieve that`? -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Puppet Users] Hiera - override variable

2013-12-01 Thread Steven Jonthen
Hi guys, I've a class-x, which should overwrite or use the parameters of class-y which are saved in an Hiera .yaml-file. How can I do that? I really need your help! -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group

[Puppet Users] Dynamic hiera.yaml

2013-12-01 Thread Steven Jonthen
Hi, I want Puppet to take each module's own hiera.yaml-file, which is in the module-directory. That works if I use puppet agent --apply --binder --hiera_config=/path/to/module_hiera.yaml -e 'include classxy' but Puppet doesn't find the parameters if I use puppet agent --test How can I fix

[Puppet Users] Providing hiera with module data

2013-11-30 Thread Steven Jonthen
Hi guys, I don't know how to solve this: I want .yaml-files in each module's /data-directory. These .yaml-files should contain data, which Hiera sould pass to the module's manifests. How can I do that? I'm using Puppet 3.3.1 Thanks in advance! -- You received this message because you are

[Puppet Users] Re: Providing hiera with module data

2013-11-30 Thread Steven Jonthen
That doesn't help me :(. The page says: Can I set top level scope parameters using data in modules? No. Not yet at least. Isn't there a simple way to solve this problem? -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from

[Puppet Users] Re: Providing hiera with module data

2013-11-30 Thread Steven Jonthen
Hiera-2? I can't find any information on the puppet-website about Hiera-2? What do you mean with Hiera-2? -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [Puppet Users] Re: Unable to specify hierarchy for data-in-modules

2013-11-30 Thread Steven Jonthen
Hi MM, Can you tell me how you succeeded in using hiera-data, which is stored in the individual module-directories? thanks! -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send

[Puppet Users] Re: Providing hiera with module data

2013-11-30 Thread Steven Jonthen
Hi, I have this problem: Hiera only looks inside data/common.yaml-file, which is in my module-directory. When i put other data into another yaml file data/example.yaml, then Puppet doesn't find that data. What's the cause for this problem? -- You received this message because you are

[Puppet Users] Re: Zone-file out of LDAP

2013-11-09 Thread Steven Jonthen
Thanks a lot! -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: [Puppet Users] PuppetDB - notify Puppetmaster

2013-11-09 Thread Steven Jonthen
Ok thanks! -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

[Puppet Users] Zone-file out of LDAP

2013-11-05 Thread Steven Jonthen
Hi guys, I want to put all the data, which is needed for my zone-files into OpenLDAP. Next I need a tool, which creates zone-files out of the information which is stored in OpenLDAP. Have you any idea how to do that? Really thanks in advance! -- You received this message because you are

[Puppet Users] PuppetDB - notify Puppetmaster

2013-11-04 Thread Steven Jonthen
Hi guys, I want the Puppetmaster to be notified if an agent has put new data into the PuppetDB, which is installed on the puppetmaster. After each incoming new data for PuppetDB I want to execute a command on the Puppetmaster. How can I do that? -- You received this message because you are

[Puppet Users] Central configuration for DHCP and DNS

2013-10-29 Thread Steven Jonthen
Hi guys, I need your help: - I want to achieve a role-based Puppet-configuration of the nodes - I want a single file which contains: - All the roles a certain node has - All the DHCP and DNS configuration data for a specific node This central configuration file should be in yaml-format.

[Puppet Users] Hiera vs OpenLDAP

2013-10-29 Thread Steven Jonthen
Hi guys, I want to use Hiera with a OpenLDAP-Backend. The OpenLDAP-Backend should contain class parameters. When a agent connects to the puppet master then hiera should extract from the OpenLDAP-Backend which roles and which class-parameters the node has. I've found any useful example in the

[Puppet Users] ENC - how to get info about the node

2013-10-27 Thread Steven Jonthen
Hi guys, It is only allowed to pass one parameter to your own ENC-Class in Puppet. But how can I set a department variable for each node and use it in my ENC-Script? Has anyone a clue how to do it? Thank's in advance! -- You received this message because you are subscribed to the Google

[Puppet Users] Re: Role-based puppet

2013-10-26 Thread Steven Jonthen
Ok thanks! That helps me a lot! I'll do research on your hints and come back if I've questions. Thanks a lot! -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Puppet Users] Re: Role-based puppet

2013-10-26 Thread Steven Jonthen
I've a question: What does this mean/how is this realized?: '::role::somerole' Is this a module or a manifest? What is role and what somerole? How does the content look like and where do I have to create it? Can you give me an example? -- You received this message because you are subscribed

[Puppet Users] Role-based puppet

2013-10-25 Thread Steven Jonthen
Hi guys, I want realise a role-based puppet-configuration. What I mean is this: There should be a simple external text-file, which contains hostname/node -- role association. Then there should be a class-definition for each role. In this way, I want to associate a server with different roles.