search for: aqueo

Displaying 20 results from an estimated 68 matches for "aqueo".

Did you mean: aquel
2007 Feb 08
16
exported ressources
Hello, i wanted to know if we can use exported ressrouces to do things like this: - for all nodes tagged as xxx create on the node yyy a file which content is a template where we can have each hostname , or create one file per nodes matching exemple /etc/hosts.allow sshd: host1 sshd: host2 ... or /etc/backuppc/host1 /etc/backuppc/host2 ... from the docs it seems i can collect only ALL
2007 Jun 13
3
trigger configuration run remotely
I was wondering how to trigger a configration run remotely. Is this possible? Looking through the docs, I see mention that puppet can listen on port 8139, but I don''t see that this is the case on my servers. Can someone please enlighten me as to the proper method of doing this, if it can indeed be done? Thanks!
2006 Aug 31
1
Log level
...ting of loglevel in EACH type followed by a variable defined in the node. I search for a simpler solution like node xxx { loglevel = 5 } that would set the basic loglevel for the node that could be changed for a particular typebut i failed to make it work -- Cordialement, Ghislain ADNET. AQUEOS. Attention ! Pour toute demande de support ou commande de domaine utilisez désormais: http://support.aqueos.net. AQUEOS - Service Informatique 1, Rue Albert Einstein Champs sur Marne 77447 Marne la vallée CEDEX2 Service technique : http://support.aqueos.net Service commercial : commer...
2007 Jun 08
5
website down ?
seems that the tracksite is down ? -- Cordialement, Ghislain _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Mar 28
4
How is defined() used?
Hello What am I doing wrong here? $test = defined(User[''foo'']) _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2006 Nov 02
6
certificate not trusted
...destroying all puppet files in the client and puppetca --clean the host does not do anything i cannot make them to trust each other. Any hints about something i missed here ? The method was ok for my 4.x hosts but it seems they fails on my 6.x machines -- Cordialement, Ghislain ADNET. AQUEOS. Attention ! Pour toute demande de support ou commande de domaine utilisez désormais: http://support.aqueos.net. AQUEOS - Service Informatique 1, Rue Albert Einstein Champs sur Marne 77447 Marne la vallée CEDEX2 Service technique : http://support.aqueos.net Service commercial : comme...
2007 Apr 18
14
puppet does not speak french ;)
...r: Package[mysql-client-4.1](provider=apt): Could not find latest version err: Package[mysql-client-4.1](provider=apt): Could not find latest version just fails in puppet but works on command line. when doing setenv LANG C it then works. What do you think ? -- Cordialement, Ghislain ADNET. AQUEOS. Attention ! Toute demande de support ou commande de domaine par email sera refusée, pour cela utilisez https://support.aqueos.net. Pour tout contact nos coordonnées : http://www.aqueos.com/aqueos-services-informatiques-societe.php Fax: 01.72.70.32.66 ________________________________...
2007 Oct 26
3
freebsd service management redux
After reading the rc.subr(8) man page and Newburns''s article on the rc.d subsystem[1], It''s clear that a rc.conf.d per service file structure is already natively supported on FreeBSD. I''ve verified this with my own testing: # echo puppetmasterd_enable=\"YES\" > /etc/rc.conf.d/puppetmasterd # /usr/local/etc/rc.d/puppetmasterd start Performing sanity check
2006 Aug 19
2
file type when you create directory inside throw
...ong. I have a file type that upload a directory into my servers. Inside this uploaded directory i create subdirectory and files on my own (directly on the target host). The problem is that when puppet comes back to the directory it spills out this error: err: //core1.adn-services.com/baseaqueos/file=/home/aqadmin/puppet/run/ensure: change from directory to file failed: Could not set file on ensure: Is a directory - /home/aqadmin/puppet/run for all the directory i created in it that are not on the puppet fileserver. After this, all file or operation that i want to use in this d...
2007 Jul 02
3
0.23.0 puppet dependancy issue
Hello, I use some define in classes like class foo { define bar() {} } before in .22.4 i had require => Bar[''mybar''] on object and it worked. Now i have : err: Could not apply complete configuration: Could not retrieve dependency ''Shorewall-realize[shorewall.conf]'' at /etc/puppet/manifests/classes/shorewall.pp: for exemple. Do anyone knwo why it
2007 Jun 05
3
custom type, recipe, how to solve this ?
Hi, I have a little trickky thing i wanted to do with puppet, mainly this is configuring web host on servers. I have a tree like this : NODE - WEB -APACHE - 1.x - 2.x - FTP - VSFTP - PROFTPD - STATS -AWSTATS - if FTP then configure awstats for awstats - URCHIN5 So my issue is that i want to be able to have
2007 Mar 29
7
Refering to node name (or part of node name) in a class / function
Hi, I was wondering if it is possible to gain access to the nodename as a variable, in order to refer to the name or part of it inside a class. Eg: I have a lot of sites that essentially have the same configuration, except they are in different domains and have different requirements for things like resolv.conf. I can manage this by creating a node definition for each node and specifying some
2007 Feb 14
6
various ordering issues in puppet manifests
Hello, The more complicated my puppet scripts gets, the more ordering issue i meet. Here is a simple thing: I use a default backup policy for the nodes in my backup classe and then, in the node i try to override the defined default but even if they are done one after the other i got an error to say that the override is triggered before the default: include backup
2007 Apr 21
14
cron and name with ''.''
...ith a ''.'' in it ? I tried to add a cron with a name cron1-$domainename and it does not accept it. If i remove the ''.'' in the domain it work. I am using .22.3 anyone seeing the same behavior ? If yes i will fill it as a bug. -- Cordialement, Ghislain ADNET. AQUEOS. Attention ! Toute demande de support ou commande de domaine par email sera refusée, pour cela utilisez https://support.aqueos.net. Pour tout contact nos coordonnées : http://www.aqueos.com/aqueos-services-informatiques-societe.php Fax: 01.72.70.32.66 ________________________________...
2007 Jan 07
6
0.22.0 Errata: Facts are not downcased
I forgot to mention this in my announcement yesterday. Puppet facts are no longer downcased in the language, and string comparisons now default to being case-insensitive. Where your operating system might previously have been ''solaris'' or ''debian'', it is now ''Solaris'' or ''Debian''. However, you can still do comparisons
2007 May 30
16
Shorewall recipe BETA, need comments !!
Hello community ! I have posted here my shorewall recipe: http://reductivelabs.com/trac/puppet/wiki/AqueosShorewall If anyone is interested please test and comment to see if we can improve it ! :) I also updated my facter recipe for VERIO vps servers if anyone interested... :) http://reductivelabs.com/trac/puppet/wiki/AqueosFacterVps Hope that helps ! -- Cordialement, Ghislain ____________...
2007 Apr 18
20
dependency and communication between defined classes
Hi, i wanted to know how you handle case when classes or define need to communicate between them. For exemple i got an ftpd define and a apachevhost define. Both need to know the path where the vhost is set and this path is defined by the ftpuser home''s directory. How can i ask information from other define or other classes ? we allready seen that tag are not reliable as they
2007 Oct 04
2
Selector syntax error on Debian Etch
Hi all, I''m having problems making some manifest work, and it''s so simple that I don''t know where the issue is: I get this error message when trying to load this vhost.pp file: "Could not retrieve configuration: Syntax error at ''}'' in file /etc/puppet/manifests/classes/vhost.pp at line 9" define vhost ( $domain, $admin, $docroot, $enable )
2007 Mar 26
2
define using configuration file
...rsif = ''true'', $deletesource = ''delete'', $exclude = '''', $pwf= ''/usr/local/.aqadmin/etc/rsyncd.pwf'', $owner =''none'', $group$ file { "$pwf": content => ''passaqueos'', before => Exec["rsync-$source-$destination"], mode => 600 } exec { "rsync-$source-$destination": command => $recursif ? { true =&gt...
2006 Dec 12
2
OpenSSL 0.9.7e-p1 25 Oct 2004
Hello, As i still have issue i wonder if anyone using this version of openssl ? OpenSSL 0.9.7e-p1 I still cannot make puppet accept Certificate on freeBSD6 with this openssl version. I got the famous error 7 at 1 depth lookup:certificate signature failure and i havent find a way to get around that :( -- Cordialement, Ghislain _______________________________________________