Displaying 20 results from an estimated 10000 matches similar to: "learning the cron module"
2007 Jan 17
16
Cron jobs not removed when deleted from Manifest
I''m not sure if this has been posted previously, but I couldn''t find any information on it.
I added a cron job via the cron type and it installed properly. Next, I removed the cron type from the manifest.
The result was that, while the entry was no longer in the yaml file, the cron entry was not removed!
Is this a bug, or the way that it is supposed to function?
Thank you,
2007 Jul 06
5
The puppet model
It seems to me that when you have a master server and a client
computer, the master doesn''t really need to know the implementation
details of the client computer.
It''s kinda like a browser from my perspective...the server is just
telling the browser what needs to be drawn on the local side.
Does the puppet model work like this? If not, I guess what I read
didn''t
2007 Aug 29
2
Ideas about learning
I''m looking for some ideas about how to learn how to use puppet. One
of my main concerns is dorking up the machine I''m testing it on.
For this I''m using a VM. So that concern is mainly taken care of.
If some of you experienced puppet users where going to do it all over,
what parts would you try to learn first?
I have successfully been able to get a cronjob added
2007 Jul 05
10
Does Puppet ensure that a service is up and running?
Just curious as to the functionality of puppet. Does Puppet ensure that a service is up and running as long as puppet is running?
Ie, I want to make sure ssh is always running, if for some reason ssh get''s shut down, does puppet start it back up when it does it''s config sync run?
Thanks!
---------------------------------
Pinpoint customers who are looking for
2007 Apr 21
14
cron and name with ''.''
I dont know if i am missleaded but it seems to me that the cron type
does not accept names with 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.
2008 Nov 10
4
Weird custom type behaviour
Hey,
I have a very trivial parsedfile based type - http://pastie.org/311146
- that works fine when deployed and run under puppetd -t. However,
when being run by the daemonized puppet, it results in this error:
Mon Nov 10 03:50:48 +0000 2008
//Node[ams-proxy-2]/quagga/Quagga::Daemon[zebra]/Quagga_service[zebra]
(err): Failed to retrieve current state of resource: No ability to
determine if
2006 Sep 28
3
cron environement settings
It seems to me that when you setup an environement for a cron it just
recreate the crontab at each run even if the cron has not changed. Seems
it does not recognize actual environement settings. I put 2 environement
and i got:
info: Writing cron tab for aqadmin
/linux/cron=puppetdcron/environment: environment changed '''' to
2007 Aug 27
2
Puppet Documentation
I''ve been watching the thread where Luke is having to spend time
defending his position about documentation. Can we get off that?
From my perspective, Luke, I''m glad you have documented as much as you
have. I''m one of the few who have been a little stymied by what
documentation is available, but in no way do I believe berating you for
your lack of documentation is a
2007 Jul 26
7
noisy reports from cron {}
I''ve been using puppet for a while but I just recently decided to
start using it to manage crontabs.
It works great but puppet is reporting (and being very noisy about it)
every time it does a run even when there is nothing in the actual
crontab to change.
I think this is happening because I''m setting defaults for the Cron
type, which I should be able to do. Right?
eg: Cron {
2008 May 23
2
manage cron jobs
Hi All,
is it possible to delete cronjobs by patterns using ''cron'' resource?
I.e. I want to make sure that there is no any cronjob that contains "/
path/to/some/unneeded_file" command in root crontab without knowing
the command possible parameters and schedule.
If no, any suggestions about how it can be performed are welcome.
Thanks in advance
2007 Jul 02
3
Gems on Ruby forge
I downloaded the gems from rubyforge, but they are a couple of revs
back. What''s the reasoning behind this?
I''m no expert, but would be willing to keep rubyforge updated if needed.
Mike B.
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
2008 Jan 10
1
Where to store custom providers?
Hi,
While i''ve read the wiki page on development of custom providers (
http://www.reductivelabs.com/trac/puppet/wiki/ProviderDevelopment), i cannot
find information on where the custom provider''s source file should be
located. My little provider works fine if i copy it to
/usr/lib/ruby/site_ruby/1.8/puppet/provider/package
but i''d prefer to keep that in tact from the
2007 Aug 10
3
Using rcov and ouput to screen
I''d like to output my rcov data to the screen in ascii instead of
html...is that possible using the rake spec:rcov command?
Also, is there somewhere that will allow me to search the mail
archives...I''m pretty sure someone else has asked similar questions.
Thanks for the help.
Mike B.
----------------------------------------------------------------
This message was sent
2007 Jun 18
7
Testing for cross site scripting, etc.
Being new to testing and ruby, are there "standard" tests that can be
done that test for things like cross site scripting and friends?
If not, anyone have ideas on what I might do about testing those sorts
of things?
I''ll be using rails, also.
Mike B.
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging
2007 Apr 12
5
Suse documentation
Hi,
I''ve writen a draft describing puppet on SuSE/opensuse linux.
http://www.reductivelabs.com/trac/puppet/wiki/PuppetSuSE
Any feedback is welcome.
Martin
2007 Jul 09
9
This list through gmane
Hi,
Would it be possible to make this list accessible from gmane?
www.gmane.org.
Regards,
--
Ugo Bellavance (ugob@lubik.ca)
Consultant en Sécurité Informatique
Lubik Inc.
Site Web: http://www.lubik.ca
# Tél.: 514-907-3253
# Sans Frais: 866-507-3253
# Fax.: 1-866-334-1426
Protection de courriel par LastSpam (www.lastspam.com)
2007 Jan 29
1
Run command when file changes
I am writing a definition that installs a crontab. I would like it to
run the command only when the downloaded file changes. I am using
"subscribe" but it doesn''t seem to do the job. The exec command is
run every time.
define crontab($host = $hostname) {
$path = "/tmp/$name.$host.cron"
remotefile { $path:
source =>
2007 May 30
4
Using mocks
I''ve just started doing TDD/BDD and like the idea of mocks. So I set
out to use them. The doc pages seem great, I setup the mock and then
it just works. Here is what I am trying to do:
Myuser is a non-rails model of user attributes. We are going to be
mocking the connection to the ldap server. The user class has a login
method that connects to the ldap server and if successful,
2008 Feb 22
13
File corruption while serving
Can anyone who''s having this problem please send details? I''m trying
to reproduce it -- I''ve got 5 clients concurrently retrieving 200 10k
files made of random binary, and I can''t get any corruption or memory
growth at all.
Is everyone experiencing the problem using Mongrel? Webrick? What
versions of ruby? Are only big files affected? Small files?
2007 Sep 17
4
Mongrel clusters are not being started on reboot
I''ve done a clean install of Ubuntu 7.04 server in 2 different
machines and everytime I reboot the machine or manually run /etc/
init.d/mongrel_cluster restart/start the mongrels won''t start correctly.
I have to manually start them by using mongrel_rails cluster::start
from each app folder. I''ve been searching around and it looks like
mongrel has some problems