Displaying 20 results from an estimated 200 matches similar to: "Using modules from PuppetForge"
2011 Jul 05
2
Problems Syncing Home Directories
Hello All,
I administrate public Internet computers for a number of libraries.
I have a user ''public'' and I am trying to keep all the home''s for this
user the same across multiple computers. When I try to do this with
puppet, I get errors for some directories. It only happens on hidden
directories, but I''m not sure if it is all of them, or just some of
them.
2012 Apr 12
1
GitHub -> PuppetForge
Hello,
i am managing my Puppet modules with GitHub and today i discovered the
GitHub Service Hooks. Does anybody know if it is possible to use a
GitHub Service Hook to push the lates *.tar.gz into PuppetForge?
Regards, Dennis
2011 Nov 17
1
Using File when its source doesn't exist
Hi guys,
I''m trying to use the Apache SSL class from the camptocamp apache
module, The problem seems to be in the File type at the bottom
https://github.com/camptocamp/puppet-apache/blob/master/manifests/vhost-ssl.pp
Whilst source => "file://$csrfile" doesn''t exist at the time of
running, an exec creates it before the file is supposed to be run as
the require
2010 Jul 05
5
File-based Distribution, Module Function Logic and Per Setting (Augeas); Which method do you think is best for the env i help to support and why?
I am having a difficult time understanding and determining which
module method is best for the env I help to support.
Overview of systems supported:
-There are 17+ clients.
-4+ envs (dev, stage, beta, prod ..) per client
-Several flavors and versions of OS ( Mostly fedora and centos )
-All are apache, some mongrel and most passenger
-code deployments are capistrano
-configurations are done with
2009 Nov 11
2
[python indexer] add meta informations
Hello,
I'm trying to index some blog stuff through python bindings.
I'd like to know how to add some informations (url, title, date, and so on) so that I can reach them through a xapian.Enquire object..
I believe it's something to be set in xapian.TermGenerator(), but... I can't manage to find which function. I'm waiting for something like :
xtermgen.add_meta('url',
2010 Oct 12
4
[0.25.5] Default provider
Hi all,
To start, using puppet 0.25.5 on Debian Lenny with Ruby
1.8.7.72-3lenny1.
I''m giving ruby a shot and am trying to build my own types for several
applications and modify available types found on the ''net for our
usage. However, I keep running into problems with the default provider
it selects. Is there a document somewhere that describes how the
default provider is
2013 Mar 15
3
Installing puppet modules
I want to setup a node using a three step process
1) download node requirements (git)
2) download modules to fit requirements (puppet)
3) Bring up the node in the required state (puppet)
The second step is the one I am having trouble with. I want a file
(master.pp) to list out all the modules and what versions are needed before
applying the site.pp file. From what I have been able to find
2010 Apr 19
7
getting a list of rules out of iptables
I''ve been using camptocamp''s iptables module. It works pretty well, lets
me define rules in various modules, etc. Now I find myself needing to
generate a commented list of it''s rules. I notice that the README has a
nice exec suggestion. But, when I try it, I can''t get it to work.
In my iptables/manifests/init.pp I have:
Iptables {
before =>
2010 Oct 22
2
problem w/ puppet & augeus : xinetd.d/rsync server_args value
Hello,
I would like to have the following line (among others) in my
/etc/xinetd.d/rsync file :
server_args = --daemon --address=<ipaddress_eth0>
--log-file=/var/log/rsyncd.log
To this end, i am using the camptocamp rsyncd module available from git.
Everything works except this line. I thought it was, perhaps, a
questions of spaces (this has been discussed on the list before),
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
2010 Feb 11
14
vmwaretools
hi, i am trying to run /usr/bin/vmware-config-tools.pl -d, but i was
end with exec timeout. I cannot find any think on google. Have anyone
experience with this?
It works, when I run it normally from shell.
this is my exec resource.
{ "vmwaretools_config":
subscribe => [ Package["VMwareTools"] ],
refreshonly => true,
path =>
2012 Mar 12
5
Database and user not created (Puppetlabs mysql module)
Hi everyone,
I am new to Puppet and try to make some simple "automation things".
I have succeed with apache2, ssh modules, but have problems with
Puppetlabs mysql module.
It installs mysql server, changes/creates admin user password, but
does not create database and user.
I cannot find anything wrong in logs (--debug --verbose). I see that
manifests is read, but no db/user in mysql.
2008 Sep 10
5
Managing SSH keys
Hello all,
I''d like to have Puppet distributing one of your server''s (public) SSH
keys, effectively doing the same as the ssh-copy-id command.
Is there a build in puppet resource type for managing SSH keys. We''re
running version 0.24.4 of puppet.
Regards,
Kenneth Holter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2010 May 12
19
puppet-module-apache
Hey all,
I''ve open-sources Digg''s apache module:
http://github.com/plathrop/puppet-module-apache
I know this isn''t much more advanced than what I''ve seen a lot of
people using. Here''s my proposition, though. Let''s get all the
disparate "apache" modules out there merged together into One Awesome
Module. What do you think?
One module
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 Apr 06
2
omindex => Unknown extension
Hi all,
I'm having a recurrent problem with Omega's indexing.
When I run omindex, it sometimes misses to recognize the extension of
some files (.doc, .pdf) and skips them. In the same run, omindex is
otherwise perfectly able to index other files with same extensions. The
reason is not clear but it should occur before it selects a content
converter since for example, if I manually run
2009 Jul 16
6
trouble with passenger and 0.25.0beta2
Hi,
I''m currently trying to get my puppetmaster work in passenger, but have not
succeeded so far.
Passenger itself seems to work (a small "hello world" app runs fine), but
when I point a puppet client (0.24.8) to it, I get:
info: Retrieving plugins
err: Could not call fileserver.list: #<RuntimeError: HTTP-Error: 500 Internal Server Error>
err:
2010 Jun 28
7
Bind Module
Anyone know where I can find a good chrooted named module for centos?
Named as chroot is ugly... soft and hard links everywhere...
Doug
--
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 this group, send email to
2010 Dec 14
11
Configure firewall with Puppet
Hello Everybody,
We need to open some ports on the target machine, let''s say
694:udp and 3306:tcp
I couldn''t find any documentation how can I do this with Puppet. What
the best way of doing this?
Thank you
Dmytro
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2011 Oct 21
0
Concatfile part fails functionally
Hi,
Does anyone know which concatfilepart recipe is the code here -
https://github.com/luxflux/puppet-openvpn using?
I tried to use https://github.com/camptocamp/puppet-common/blob/master/manifests/definitions/concatfilepart.pp
, but it fails functionally.
Looks like there are lot of forks on concatfile part.
If anyone knows, please point me in the right direction.
Thank you,
--
Srikrishna