[Puppet Users] Difference btw. 3.1.1 and 0.25.5

2013-11-09 Thread ytmp123
Hi guys, Can you tell me what advantages / differences / new Features Puppet 3.1.1 has in comparins to Puppet 0.25.5? I did a lot of research, but your englithenment would be much better. Thank's very much! -- You received this message

[Puppet Users] Re: Ruby-Code in Puppet

2013-11-02 Thread ytmp123
I want to define and call a ruby-method within a Puppet template oder Puppet manifest -- 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...@g

[Puppet Users] Ruby-Code in Puppet

2013-11-02 Thread ytmp123
Hi guys, I've two questions: 1. How can I execute normal Ruby-Code in a Puppet-Template? 2. How can I execute normal Ruby-Code in a Puppet-Manifest? thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and sto

Re: [Puppet Users] Pushing LDAP data into Puppet-template

2013-11-01 Thread ytmp123
Hi, what do you exactly mean? I only want to know how to extract DHCP-Information out of the LDAP-Server and use them in a Puppet-template. I don't know how to do it in a most efficient way? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. T

[Puppet Users] Pushing LDAP data into Puppet-template

2013-11-01 Thread ytmp123
Hi guys, I'm trying to find a way how to push LDAP-Data into a Puppet template. My problem is: I want to install a DHCP-Server with the help of a puppet-manifest. All the data for this DHCP-Server is stored in a LDAP-Server. So I also want to put the "dhcpd.conf" together out of all the LDAP-D

[Puppet Users] Installing and using a Puppet-Module

2013-10-24 Thread ytmp123
Hi guys, I need your help: I'm trying to install the "puppetlabs/apt"-module and using it at the same time in the same file. As that module is not installed I get this error message: "Error: Puppet::Parser::AST::Resource failed with error Argument error: Invalid resource type apt::force at /e

[Puppet Users] Installing ActiveRecord fails

2013-10-08 Thread ytmp123
Hello guys, When I try to execute this: "gem install activerecord" Then I get the error message: "Error installing activerecord. ERROR: Failed to build gem native extension" I'm using: Ubuntu 12.10 Ruby 1.9.3p194 Puppet 2.7.18 Can you give me some hint how to solve this problem? -- You rece

[Puppet Users] Re: storeconfigs

2013-10-06 Thread ytmp123
If I remove "storeconfigs=true" from the Agent's "puppet.conf"-file then there is no error on the Agent. But the desired files aren't created in the puppet-server's "/var/lib/puppet"-directory. No files are created. So where is the data collected? Can anyone help me? -- You received this mess

[Puppet Users] storeconfigs

2013-10-06 Thread ytmp123
Hi guys! I need your help: I've installed "SQL-Lite3" on my puppetmaster. I activated "storeconfigs" both on my puppetmaster and puppetagent. I'm trying to collect all SSH-public keys from all Agents: site.pp: class exporter { @@file {$fqdn: path => "/var/lib/puppet/$fqdn", content

Re: [Puppet Users] Re: Notify via E-Mail

2013-08-22 Thread ytmp123
Ok. 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 post to this group, send email to puppet-users@go

[Puppet Users] Re: Notify via E-Mail

2013-08-22 Thread ytmp123
Ah ok, So I've to install and configure an SMTP-Server on the local-machine, on which the puppetmaster is installed. This local SMTP-Server then has to connect to the real SMTP-Server out there in the Internet. Is that right? thanks -- You received this message because you are subscribed to t

[Puppet Users] Notify via E-Mail

2013-08-22 Thread ytmp123
Hi guys, I want the Puppet-Master to notify the admin via E-Mail: SMTP, SSL & Authentification is required. How can I do that with the help of "tagmail"? Have you some clue for me? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscri

[Puppet Users] Re: Learningpuppet

2013-08-16 Thread ytmp123
Hi Ellison Marks: Thanks. But I don't get what I'm exactly expected to do in this exercise. Is this structure right?: - human - |-> manifests - |-> init.pp - |-> user.pp 1. Does init.pp have to contain a class "human", what shall this class do? 2. What does the type "

[Puppet Users] Learningpuppet

2013-08-16 Thread ytmp123
Hi guys, I'm having difficulties with this exercise: "Try wrapping a user resource in a *human::user* type that automatically grabs that personʼs *.bashrc* file from your *site module* and *manages one or more ssh_authorized_key resources* for their account" 1. What's a "site module"? 2. What