Displaying 9 results from an estimated 9 matches for "modules_fundamentals".
2012 Sep 28
2
nested modules and autoloading
All-
I''m using puppet 2.7.14. I''ve reviewed
http://docs.puppetlabs.com/puppet/2.7/reference/modules_fundamentals.html
but it doesn''t seem to cover what I''m attempting.
Consider a module layout like this:
$ tree mymodule
mymodule
|-- Modulefile
|-- README
|-- manifests
| |-- init.pp
| |-- special_type
| | `-- prereqs.pp
| `-- special_type.pp
|-- spec
| `-- spec_helper.rb
`-- te...
2013 Jul 29
2
a different ssh::auth problem
Hi,
I am very new to puppet.
I installed puppet 3.2.3 (open source) on Debian Wheezy. Everything seems
to work fine.
Now I want to setup ssh::auth on the puppet master. The documentation
states that:
"To install ssh::auth, place the file auth.pp<http://projects.reductivelabs.com/attachments/935/auth.pp> (attached
to this page) into the ssh/manifests directory in your module path:
2013 Feb 11
3
Error: Could not find class <class> for <host> on node <host>
I''m a first time user that just installed Puppet 3.1.0 over the weekend and
hit a road block that I can''t seem to get across. I have a Linux master
(Mageia 2) and two Windows 7 clients. I was able to get basic recipes
working by putting the resources directly in the node definitions. Now I''m
trying to move to the next step and start using classes. I am *not*
2013 Jan 22
0
Re: How can i create a class with this....?? Pls help
...ype:
http://docs.puppetlabs.com/references/2.7.latest/type.html#file
...and the `require` metaparameter to ensure ordering:
http://docs.puppetlabs.com/references/2.7.latest/metaparameter.html#require
For "how to put them in a class", this:
http://docs.puppetlabs.com/puppet/2.7/reference/modules_fundamentals.html
--
Daniel Pittman
⎋ Puppet Labs Developer – http://puppetlabs.com
♲ Made with 100 percent post-consumer electrons
--
You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.c...
2012 Jun 28
2
Execute a shell script residing in puppet master
I''m a newbie to puppet and have been trying to execute a shell script
residing in puppet master machine in a puppet agent, with no luck so
far. Would appreciate any ideas on how to do this.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from
2013 Aug 16
4
Learningpuppet
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 am I expected to change in the .bashrc-file?
Really thanks in
2013 Jan 30
3
Puppet Modules from Forge
Hello all,
I have some questions about the download puppet modules from puppetforge:
I''ll take puppetlabs-dism as an example, once its installed its located:
/etc/puppetlabs/puppet/modules/dism
Can this be renamed to something else ?
Also if for example, I had a folder tree under modules e.g.
/etc/puppetlabs/puppet/modules/windows
|
|- manifests
|--base.pp
|--networking.pp
Can I
2012 May 30
12
resource override
hi All,
I''m a bit new to puppet. Is there a mailing list for puppet beginners?:)
I have a service module called postfix, which defines file in a class:
file {
''/etc/postfix/main.cf'':
owner => "root",
group => "root",
mode => 644,
content =>
2012 Jun 27
6
Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type ruby::gemInstall at myFile.pp:82
I have a module located at /etc/puppet/environments/test/modules/ruby.
I
n this I have a manifests folder with two .pp files - init.pp and
gemInstall.pp.
In one of my node def files I have:
include ruby
ruby::gemInstall { ''someGem-version.gem'':
path => ''/path/to/agent/local/gem/repo'',
}
ruby::gemInstall is a define, and it has some logic to get around