Displaying 20 results from an estimated 4000 matches similar to: "Apt should --purge?"
2007 Mar 30
2
Installing packages
Hi,
I am new with Puppet and I am very glad using it, but I have a basic
doubt, when I use puppet to install packages to a debian machine with:
debian:/etc/puppet# cat manifests/packages/lm-sensors
package { lm-sensors:
ensure => installed
}
Does it run apt-get update before installing the package? If not how is
the best way to do it?
How Puppet deals with packages installations that
2007 Oct 25
3
Upcoming USENIX/LISA conference
Greetings -
Does anyone have plans for a Puppet BOF at LISA this year? I''ve seen
some talk on the LOPSA configmgmt list about Config Mangement BOF''s,
but nothing focused on Puppet. Please, Please, mom, can we have a BOF,
PUHLEESE!!!!
Luke - I hope you''ll be there so I can at least buy you dinner and
beers/drinks for making my SA life easier with Puppet.
Cheers,
Jeff
2007 Apr 12
1
upgrade to .22.3 and got errors on packages (debian sarge)
I just upgraded to .22.3 from .22.1 and now i got several error
messages. I havent found why i got them. Nothing has changed but still
there is error and i cannot correct them:
err: Package[lsb-release](provider=aptitude): Could not find latest version
i run debug:
debug: package provider aptitude: Executing ''/usr/bin/dpkg-query -W
--showformat ${Status} ${Package} ${Version}\n
2007 Feb 14
15
Recursive home-dir does more than only files in repository
Hi all,
Today I came across something that I consider a bug. Would like to hear your
opinions.
Facts:
- Using 0.22.1 from Debian Unstable on a Debian Testing machine
- Recipes work on other machines
The recipe in question is:
# Keep home-dirs in sync
file { "/home/tim":
recurse => true,
source =>
2007 Jan 17
3
SSL Questions
Hi,
I''ve just started using puppet and I have a couple of questions about the SSL capabilities.
1) Can I use my own certs or do I have to use the ones provided by puppetmaster?
2) How can I set the "Not Before" time to be now instead of a few hours from now?
Thanks!
____________________________________________________________________________________
It''s here!
2007 Feb 25
6
Wildcard expansion in remote files or recursion?
Hi all,
[Please CC me in replies, I am not subscribed to this list.]
First of all, thanks for puppet! It is a very nice tool and I''m in the (slow)
process of using it to manage my new Xen-based virtual server farm with it.
Most of the "simple" tasks worked well so far, and I may be able to add a few
recipies to the Wiki when I find time to do so.
However, is there any way
2008 Jan 23
2
FOSDEM 2008
Hi all,
Just wondering if anyone is going to FOSDEM 2008 this year. I know Luke
can''t come (which is his loss, more beer for me :P) but that doesn''t mean we
can''t have a little meetup amongst puppeteers! Just to see some faces behind
the nicks and emailaddresses and the like.
Like last year, I''m planning on only visiting one day, probably the Sunday.
Anyone
2007 Feb 12
1
FOSDEM meet-up!
Hi all,
We were just talking on IRC about a meet-up for the interested parties
on Saturday of FOSDEM in Brussels. Although it''s a bit difficult to
pinpoint any spot at this time, we''d thought it would be nice to try
to meet up at 13:00 at the CentOS+Fedora room. When we''re there, we''ll
see if we''re welcome or not :)
If you got any better ideas, now is
2007 Feb 14
2
Printing resource before they''re checked
Hi all,
I''m having trouble with a particular recipe, but I don''t know which one! I''m
not getting an error message, puppetd simply hangs (does not respond, needs
a kill -9 to stop). These same recipes work correctly on other nodes (no
problems there). Now I wanted to find the exact line that causes the
problem, but I seem to be unable to make puppetd log the resource
2007 Jul 15
1
Tips for Dummies!
Hi all,
In a fit of helpfulness and working on my IRC-to-Wiki-conversion, I
created a place where to add tips for new users. I couldn''t find it
anywhere else on the wiki, except for a primer in the documentation.
Feel free to add to it (and please do!!):
http://reductivelabs.com/trac/puppet/wiki/ConvertToPuppet
--
Gegroet,
Tim
2007 Jan 22
2
aes unsupported algorithm for ipsec?
Hi all,
I''m trying to create a IPsec tunnel from a Debian Etch machine to a
Cisco PIX. Part of my config is the following:
add x.x.x.x x.x.x.x esp 34501 -m tunnel -E aes-ctr "abcdefghijklmnop";
When I try to set this using setkey, it fails with the following message:
line 9: unsupported algorithm at [abcdefghijklmnop]
parse failed, line 9.
Can anyone tell me what
2007 Aug 13
2
package versions and external checks
Hi all,
I''m looking into a way to centrally manage installed packages on a
fairly fine-grained level. We prefer not to blindly install every new
update, but when a mechanism in which we can "approve" of a certain
version or not. At first I was thinking about something external to
puppet, but then I remembered that it''s possible in puppet to tell
which version needs to
2007 Feb 06
23
What I''m doing with Puppet
Hi all,
Just reading through Luke''s interview on computerworld.com.au and I
came across this statement:
"This topic comes up on the list periodically, however, and most
people are very tight-lipped about what they''re doing with Puppet."
Being the chattermouth that I am, I''d like to take this opportunity to
tell you all what we''re (that is, my
2007 Feb 14
9
managing multiple files
How can I express the following in puppet?
$http_conf = "/etc/http/conf/httpd.conf"
$vhosts_conf = "/etc/http/conf/vhosts.conf"
@files = ("$httpd_conf", "$vhosts_conf")
foreach f (@files) {
file { "$f":
owner => root, group => root, mode => 664,
source => "puppet://$server/apache/$f",
}
2007 Mar 19
23
puppet hangs while trying to restart a daemon
Hello all,
puppet hangs while trying to restart a daemon when the associated config
file changes, here the log:
Mar 19 11:30:04 ingentTest puppetd[27390]: Starting Puppet client
version 0.22.0
puppetd[27390]: Starting configuration run
puppetd[27390]:
(/ingenttest/qualsevolnode/guaita[guaita]/File[/etc/guaita.conf]/content) synced
puppetd[27390]:
2007 Sep 22
1
rsync not running on IA64
I have built rsync on IA64 using Intel's 'icc' compiler and can run the
rsync executable interactively but when attempting to run under
'crontab' I get the following error:
+ /home/horace/mccssmb2/src/rsync-2.6.9/rsync -z --partial -v --progress
--recursive --stats --times --links
--exclude-from=/project/horace/mcc101/.rsync-EXCLUDE
--timeout=1200 /project/horace/mcc101
2020 Aug 23
2
Incremental purge?
I am using mdbox storage format.
As far as I know, ?doveadm purge? does a complete purge. The time and disk activity would be proportional to the number mdbox files on the storage. The purge time could be huge.
I wonder if there is some way of doing a kind of incremental purge, stopping/restarting purging, etc. Purging by file range would be nice too.
Advice?
Thanks
Enviado desde mi iPhone
2006 Aug 25
5
Quickie : unload library
Dear list,
I know it must be obvious and I did my homework. (In fact I've
RSiteSearched with keyword "remove AND library" but got timed
out.(why?)....)
How do I unload a library? I don't mean getting ride of it permanently
but just to unload it for the time being.
A related problem : I have some libraries loaded at startup in .First()
which I have in .Rprofile. Now, I exited R
2020 Aug 24
4
Incremental purge?
On 24/8/20 7:12, Fabien KOCIK wrote:
> First, extract user list using doveadm users '*'.
> Then process this list to fit your needs (seven parts for a week and a
> part processed by week day for example).
> Finally, use -u option of doveadm purge into a loop.
This is a good idea for installations with tons of users. Good point.
I would be personally interested in incremental
2006 Jul 07
3
Converting data frame to zoo
Dear list,
I know this is really basic question but I just couldn't get anything
to work. (I did a R site search with keywords "zoo" and "data frame" but
the server timed out on me.)
I have a time series which has the following (typical) format,
DATE Open High Low Close
Volume
01-JAN-2006 5.25 5.25