Displaying 20 results from an estimated 20000 matches similar to: "Installing puppet modules"
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 Oct 01
7
Passing http_proxy_host option
Hi,
I''ve been trying to pass the http_proxy_host option to puppet but it''s not
taking.
I have tried the following:
sudo puppet apply --debug --verbose --http_proxy_host
http://user:pass@fqdn.com.au --modulepath ''/tmp/vagrant-puppet/modules-0''
/tmp/vagrant-puppet/manifests/default.pp
sudo puppet apply --debug --verbose
2013 Mar 15
0
Installing module of the correct version
I want to install a module into the modulepath. I can provide either a
http url to a tar that contains the modules (like puppetforge but the path
is not as structured) or I could provide a git url and path under that url
where the module is.
I want to first run puppet standalone on the vagrant vm host. This should
download the appropriate modules and make them available on the filesystem
2013 Feb 12
6
Run Puppet Against Master with Local node.pp Manifest?
Does anyone know if it''s possible to run Puppet as if it''s running with a
Master, but using a locally created node.pp manifest?
I''m looking into doing some unit tests on applications that are installed
by Puppet. To do this, I''m trying to use a test VM server which I''ll deploy
applications onto. I figure that the easiest way is probably to
2010 Nov 11
12
When do modules get auto-imported
My understanding was that at the beginning of each run the
puppetmaster imports all modules so that any includes at the top level
are applied directly. However, I am not so sure anymore.
I''ve been tracing how this works and it seems like modules are
included more lazily. In other words, when able_to_import is called
seems like when the magic happens, rather than up front when the run
2013 May 07
3
Announce: cis-puppet 0.2.0 is now available
Overview
========
This module implements the Center for Internet Security (CIS) Security Configuration Benchmark for Red Hat Enterprise Linux 6 v.1.1.0 (avilable at http://benchmarks.cisecurity.org). Each scored control has been implemented as a class or a custom fact.
Installation
============
Please either:
- Clone git repo from https://github.com/arildjensen/cis-puppet
- Run "puppet
2009 Nov 12
6
Multiple environments
So I''m trying to get multiple environments to work with puppet 0.25.1
on ubuntu 8.04 and no matter what I do, puppet just completely ignores
any environment setting. There''s really next to no information in
terms of configuration on the multiple environments documentation page
(http://reductivelabs.com/trac/puppet/wiki/UsingMultipleEnvironments)
other than saying that the
2013 Nov 18
4
Puppet Masterless on Windows
Hi all,
I have been working on a configuration of a Masterless configuration on
Windows. I am able to get individual jobs to run like:
puppet apply <path to my puppet .pp file>
However, I would like to spin up the Vagrant box off a base VM, and have a
puppet manifest file in a location where puppet knows to look and provision
based off that file. The obvious place seems to be
2013 Nov 20
2
How come that module is not executed in Windows?
I have the following in vagrantfile in WIndows system.
config.vm.provision :puppet do |puppet|
puppet.manifests_path = "manifests"
puppet.manifest_file = "base-hadoop.pp"
puppet.module_path = "modules"
end
when i run vagrant provision, i do see manifest and module folders are
mounted and ssh into vm, I can find files in the following path
2012 Feb 16
4
Could not set present on ensure: Read-only file system
Hi,
I try install python-psycopg2 with other packages, when run apt-get -y
update returns the errors:
err: /Stage[main]/Etc/Package[build-essential]/ensure: change from
purged to present failed: Could not set ''present on ensure: Read-only
file system - /tmp/puppet20120216-1063-18q7lsz-0 at
/tmp/vagrant-puppet/manifests/vagrant.pp:15
err:
2007 Aug 08
9
Modules, modules, everywhere
Hello folks,
At Stanford, we use modules to define every possible service, package,
feature in the traditional sense (apache, ntp, iptables, etc). Then, for
clients (such as other departments) and "services" (such as our mailman
infrastructure, our ldap infrastructure, etc), we use manifests in
/master/manifests and distributable files in /dist/ and templates in
/master/templates.
2011 Jun 20
2
Using modules from PuppetForge
Hello All,
New puppet user here. I''ve been able to create and use my own puppet
modules, but I''m at a loss on how to use modules from PuppetForge,
which seem quite a bit more advanced. For example, I''ve installed the
camptocamp/apt module via the command ''puppet-module install
camptocamp/apt'' into /etc/puppet/modules. I then tried to add the
following
2013 May 07
2
Modules doesn't work from puppet agent.
Hi all,
I think i''m forgetting something.
If i do: "puppet apply manifiests/site.pp" it works perfectly, loading
modules i have include in site.pp file.
site.pp:
cat manifiests/site.pp
node default {
include ntp, motd
}
But it does not work if i run puppet agent.
puppet agent --test --server=debianita.user.arinso --environment production
Info: Retrieving plugin
Info:
2007 Nov 18
5
modules yet again
I know this comes up periodically, and I''ve read through the
wiki (including the Best Practices page) & list archives,
but still can''t quite get my head around it.
I see lots of references to /modules and $MODULE_PATH, but
am not sure what these refer to.
Here''s a basic setup I have. Let me know if this looks correct:
/etc/puppet/
|-- autosign.conf
|--
2013 Jul 30
2
Vagrant Puppet Provision VM
Hi All,
I am using Vagrant to provision a box (CentOS 6.x) with puppet
provisioner. The box is built by using veewee, with ruby 1.8.7 and puppet
3.2 iinstalled, and the vagrant environment layout is,
.
├── Gemfile
├── Gemfile.lock
├── Rakefile
├── Vagrantfile
├── definitions
│ └── centos-6.3.minimal
├── hiera
│ └── data
├── iso
│ ├── CentOS-6.3-x86_64-minimal.iso
│ └──
2012 Jul 03
6
Using onlyif
Here''s what I''m using:
exec { "cert-fix":
command => "curl http://curl.haxx.se/ca/cacert.pem -o
/etc/pki/tls/certs/ca-bundle.crt",
onlyif => "test -e /etc/pki/tls/certs/ca-bundle.crt",
}
But it keeps on failing:
> [default] Running Puppet with /tmp/vagrant-puppet/manifests/acid.pp...
> Parameter onlyif failed: ''test -e
2010 Nov 11
9
preferred directory structure for multiple environments
Hello All,
Moving from 2.5 to 2.6.2 and I was wondering if there is a preferred
directory structure for using multiple environments? Does it work much
different in 2.6 than in 2.5? When I made the move I assumed (I know)
that my current structure and configurations would just roll over but
that isn''t the case.
Thanks,
Jim
--
You received this message because you are subscribed to the
2013 Oct 30
4
Warning: Local environment: "42A" doesn't match server specified node environment "production", switching agent to "production"
Hi,
When I run puppet agent --test --environment 42A, I have the following
warning :
Warning: Local environment: "42A" doesn''t match server specified node
environment "production", switching agent to "production".
...
The puppet manifest for the environment "42A" isn''t applied.
The puppet version is 3.3.1-1puppetlabs1 on agent and
2007 Sep 24
3
conceptual problem deploying git repos to a puppetmaster
So before I start I should be upfront and disclose that I''m using
external_nodes, so in keeping with that I''m trying as hard as possible to
keep all the actually ''specific'' data in the node config files (currently
just yaml)and have nothing specific in modules especially.
So I have this definition: (credit goes to DavidS for the inspiration)
define git::repo (
2010 Nov 11
7
Problem with modules
Hello. I use puppet 2.6.3-rc2
Now I try move my classes to modules.
But I got a problem that Puppet does not sees modules.
in puppet.conf:
[main]
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl
libdir = /opt/puppet-dashboard/lib/puppet
modulepath=$confdir/modules
In nodes :
node postgres {
include basesystem
include postgres
}
In