Displaying 20 results from an estimated 25 matches for "camptocamp".
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 code to one of my manifests:
apt::sources_list {"google-chrome":
ensure => present,
content => &q...
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?
...Another goal
is to follow jmeeuwen recommendation and
"stick to a single approach for an entire environment". Which method
do you think is best for the env i help to support and why?
Another short term goal is setup a module to support monit configs on
a few test nodes. I am looking camptocamp monit module
-which method does that module use?
-is there another monit module that you could recommend?
Tony ''...wanna be puppetmaster''
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send ema...
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 r...
2009 Nov 11
2
[python indexer] add meta informations
...')
but.. well, as you imagine, I can't find which function to use.
Thanks in advance
C. Jeanneret
PS: I prefere not to use scriptindex nor omega, as it's all in a pylon application...
--
C?dric Jeanneret | System Administrator
021 619 10 32 | Camptocamp SA
cedric.jeanneret at camptocamp.com | PSE-A / EPFL
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.xapian.org/pipermail/xapian-discuss/attachments/20091111...
2010 Oct 12
4
[0.25.5] Default provider
...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 selected? I am currently modifying the mysql types
from the camptocamp repo[0] and trying to get it to work on Debian. I
only modified the command so it would include --defaults-file=/etc/
mysql/debian.cnf. But when I try to use the type, I get:
err: Could not run Puppet configuration client: Could not find a
default provider for mysql_database
So I tried adding the...
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.
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/ma...
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
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
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), but
according to the documentation here :
http://projects.puppetlabs.com/projects/1/wiki/Puppet_Augeas
All that i should need to...
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 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 Das
(krish at irc.freenode.net)
--
You received this message...
2009 Apr 02
3
apache2 template
anyone have an apache2 virtualhosts template they like and would like
to share?
For example I would like to provision quickly
website1.com
website2.com
website3.com
and have the docroots be in
/home/vhosts/website1.com/htdocs/
/home/vhosts/website2.com/htdocs/
/home/vhosts/website3.com/htdocs/
thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you
2010 Jul 08
3
managing php pecl modules
Does anyone have a module that handles pecl effectively?
Thanks much.
-Jon.
--
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 puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
2009 Apr 22
3
Exported Resources with keyword undef
Hello !
I''m using a lot of nagios_ commands in my puppet manifests and I saw a
problem when using ''undef'' in exported resources :
Here is a simple example :
define nagios::service::distributed ($ensure=present,
$service_description, $host_name=false, $contact_groups=false) {
nagios_service {$name:
ensure => $ensure,
use =>
2010 Feb 26
3
ssh_authorized_key - same key, different accounts?
Puppet 0.24.8... I am trying to use ssh_authorized_key to create
passwordless logins for a couple of accounts. The important thing to
note is I''m trying to get the source ("root@somehost" below) as part of
the key, and the same key needs to be added to two different accounts on
the system.
It appears that the resource name is the only place I can set the
originating source
2010 May 17
3
Writing a properly-formed custom type (configxml)
Please hold my hand.
After studying the wiki, several unofficial pages, various mailing list entries, and the operation of the "iptables" type as found on the net, I have created a custom type, lovingly named ``configxml''''.
It updates attributes on the first element matching a supplied XPath in a given XML file. The first use case is configuring Atlassian JIRA to use