Displaying 20 results from an estimated 33 matches for "csub".
Did you mean:
csu
2007 Jul 16
5
exec and notify
...d
it? It seems to me that it gets run twice no matter how many resources triggered it.
consider the following class:
class dhcp {
$prefix = "/usr/local/etc/dhcpd"
$dhcpd_conf = "$prefix/dhcpd.conf"
$tools_dir = "$prefix/tools"
$notify_recpts = "netops-notice@csub.edu svn-dhcp-watchers@csub.edu"
define dhcpfile {
file { $name:
path => "$prefix/$name",
owner => "root",
group => "wheel",
mode => 0644,
source => "puppet://svn.csub.edu/dist/dhcp/$name",
notify => Exec[reload]...
2007 Sep 04
9
exec creates and subscribe
...erated by an exec exists and regenerate
it when the source changes. I have had several incidences occur where sendmail.cf was
deleted and was never recreated because the source file didn''t change which then broke the
box when sendmail was later restarted.
--
Russell A. Jackson <raj@csub.edu>
Network Analyst
California State University, Bakersfield
One of the pleasures of reading old letters is the knowledge that they
need no answer.
-- George Gordon, Lord Byron
2007 Apr 23
8
exec resources
...petd[37884]: Finished configuration run in 4.41 seconds
Here are the entries in site.pp:
node mailhub {
file { "global-sieve-scripts":
path => "/usr/local/etc/sieve",
recurse => true,
source => "puppet://svn.csub.edu/dist/sieve"
}
exec { "install-global-sieve-scripts":
command => "/usr/bin/make install",
cwd => "/usr/local/etc/sieve",
subscribe => File["global-sieve-scripts"],...
2007 Oct 01
5
freebsd ports provider patch to use ports tree directly
...instead of through portupgrade it
works *a lot* better.
Is there a proper way to include/require a third party ruby library? The
way it is now, if ports.rb was invoked, puppetd will blow up. Is there
some check somewhere to determine if portupgrade is installed?
--
Russell A. Jackson <raj@csub.edu>
Network Analyst
California State University, Bakersfield
Revolution, n:
A form of government abroad.
2007 Oct 26
3
freebsd service management redux
...ot; > /etc/rc.conf.d/puppetmasterd
# /usr/local/etc/rc.d/puppetmasterd start
<nada>
It''s kinda embarrassing I didn''t already know this. On the other hand, this seams to be an
obscure feature.
[1] http://www.mewburn.net/luke/papers/rc.d.pdf
--
Russell A. Jackson <raj@csub.edu>
Network Analyst
California State University, Bakersfield
Everything is controlled by a small evil group
to which, unfortunately, no one we know belongs.
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/lis...
2007 Sep 17
7
syslog spam
...sterd to not spam syslog with (mount[blah]) File
source foo does not exist messages when using file source selection lists? I use them
quite extensively, so it''s getting quite out of hand. The last resort will be to comment
out the offending print statement!
--
Russell A. Jackson <raj@csub.edu>
Network Analyst
California State University, Bakersfield
Basic is a high level languish.
APL is a high level anguish.
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Aug 12
4
freebsd ports provider
...n just:
portinstall --batch --yes
--batch and -M BATCH=yes are equivalent, but guess which one is more readable ;-).
--yes for same reason as for having --batch.
Unless anyone disagrees with me... did anyone have a particular reason for using the -p|-P
switches?
--
Russell A. Jackson <raj@csub.edu>
Network Analyst
California State University, Bakersfield
QOTD:
"It''s been Monday all week today."
2007 Aug 27
3
Puppet Nodes in DNS
...ode information rather than LDAP? You see,
I already have all my nodes defined... in BIND ;-).
Perhaps something like:
foo IN A 10.178.10.1
IN TXT "puppetclass=<class_name>"
IN TXT "puppetclass=<class_name>"
.
.
.
Ad nauseam
--
Russell A. Jackson <raj at csub.edu>
Network Analyst
California State University, Bakersfield
QOTD:
"It''s been Monday all week today."
2007 Oct 31
15
puppetd can set more than one server address
hi,all
I want set up a puppet HA structure. but if the puppetd can
set more than one server address ,the work will be simple :D
if one puppetmaster have error, the client can auto try the
next. I think I can use the heartbeat or dns to do this same
thing,but not so good. so I want know the puppetd can direct set in
the configure file ? if not,will be add this option?
--
Huang
2008 Apr 01
1
superimpose histogram on biplot
...quot; command, there is a
histogram in the upper left corner. I want to know how to
superimpose that histogram on a similar plot, such as the following:
groups = as.factor(c(rep(1,2), rep(2,4), rep(3,4)))
s.arrow(dfxy=nipmat$co[,1:2]*8, sub="Day 10", possub="bottomleft",
csub=3)
s.class(dfxy=nipmat$li[,1:2], fac=groups, cellipse=2, axesell=F,
cstar=0 , col=c(2:3), add.plot=T)
I can create the histogram using:
plot(nipmat$eig/sum(nipmat$eig), type='h')
but I don't know how to superimpose it on the above graph.
Thanks for any help!
Best,
Jennie
Jenni...
2007 Oct 29
2
puppetd and self management
...n the command line.
Restarting puppetd by hand cleared up the problem. I haven''t tried reproducing the
problem. Having to login to all the servers "by hand" to restart puppetd sure wasn''t fun.
I guess I''m getting spoiled already.
--
Russell A. Jackson <raj@csub.edu>
Network Analyst
California State University, Bakersfield
"Reflections on Ice-Breaking"
Candy
Is dandy
But liquor
Is quicker.
-- Ogden Nash
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/list...
2007 Oct 17
5
option to trigger the change immidietiely
Folks,
I have installed puppet my network and it works great .. I have configured
it such a way that when I make changes in the server source fiels..it gets
updated in teh puppet clients.
As the document reads the puppet clients checks for any changes from the
server every 30 mins. But is there is any opiton of changing this value to
lesser time .. say 15 mins ..
or is there opiton for the
2007 Nov 29
10
Provider error with FreeBSD 7 beta 3
Hi all,
I’m exploring puppet for first time, trying to see if I can simplify
my sysadmin tasks. So I decided to install it on FreeBSD 7 beta 3 and
play with it, using another host as a server (Debian 4).
As you can imagine I’m stuck. Here’s an excerpt of my super trivial
manifest file:
> node ''puppetclient.refactor.it'' {
> package {
> apache20:
> ensure
2007 Aug 01
12
Puppet uses too much RAM memory
Hello,
I have two Vmware images, with 256MB of RAM memory each one, running
puppetmasterd for the server and puppetd for the client. It''s normal
that my puppetmasterd and puppetd occupies almost 10% of RAM memory
each one? They aren''t doing anything especial, just listening on the
ports.
Thanks.
2007 Oct 02
6
Push /home/* directories recursively to clients
Hi I am trying to push populate /home & subdirectories from the puppet
server to all the Linux clients.
I managed this with cfengine using rsync. But I am not sure how do I
achieve this in puppet, do we have any inbuilt function for this.
Also, is there a function for userdel like for useradd (user)
groupadd(group).
Any suggestion is appreciated.
--
Deepak
2007 Nov 09
4
variables in templates
Here''s the problem I''m trying to solve.
I use apache, for lots of things, some of those things are configured from a
performance standpoint differently.
In less vague terms I need to be able to change the MaxClients setting to
different things based on the different purposes apache serves. (say proxy
vs. app)
Under previous CMS/templating engines I would have a httpd.conf that
2011 Apr 15
15
Installing port on FreeBSD
New user trying to get a port to compile: I tried searching but all I
get are links to the FreeBSD port of puppet. Easier to find a needle
in a haystack.
A class has:
exec { "port-sudo":
cwd => "/usr/ports/security/sudo",
environment => "BATCH=yes",
command => ''/bin/sh -c "/usr/bin/make
2007 Oct 30
1
puppet.conf sections
...ir = $vardir/manifests
14 modulepath = $vardir/modules
15
16 reports = tagmail
17 reportfrom = foo@host
18
19 autosign = true
20
21 [puppetd]
22 listen = true
23 report = true
24 splay = false
--
Russell A. Jackson <raj@csub.edu>
Network Analyst
California State University, Bakersfield
Always think of something new; this
helps you forget your last rotten idea.
-- Seth Frankel
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listi...
2007 Sep 06
1
freebsd and latest non-devel port installations
hi,
i''ve run into somewhat of a snag with my puppet instances: when i try to
have puppet install a port via portupgrade, it seems to step up each
version in ports to the latest, if there are multiple versions. i''ve run
into this with two ports so far: vim and postfix.
my package line is:
package { postfix: ensure => latest }
i am however able to specify the version
2007 Aug 14
1
reductivelabs.com hosed?
Is it just me, or is reductivelabs unreachable?
--
Russell A. Jackson <raj@csub.edu>
Network Analyst
California State University, Bakersfield
QOTD:
"It''s been Monday all week today."