Displaying 20 results from an estimated 300 matches similar to: "puppet class syntax error"
2008 Oct 08
10
The puppet equivalent of mkdir -p
Hi all,
I''d like to add a several directories and I can''t seem to do it with a
single "file" directive.
Say /home/jeff exists and I want to add /home/jeff/src/my/dir/path
I tried:
file { "/home/jeff/src/my/dir/path":
path => "/home/jeff/src/my/dir/path",
mode => 0755,
owner => jeff,
group => jeff,
ensure =>
2009 Dec 13
13
Inherited Client and Server Apps
So, I''ve been doing something like this for applications that have a
client and server component...
node base_node {
include syslog_ng::client
}}
node app_node inherits base_node {
}
node syslog_server inherits base_node {
include syslog_ng::server
}
... because I want the client portion, syslog-ng in this case to be
installed on everything. However, the server node also has a
2008 Aug 21
11
spam on this list..
Is there anyway we can get rid of this crap on this list? It''s
getting old fast.
--~--~---------~--~----~------------~-------~--~----~
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
2003 Oct 09
1
nlme & lme for complex mixed ANOVAs
Dear List,
I downloaded R for the first time yesterday, in the hopes that I might
deal more effectively with a complex repeated measures experimental
design involving inbred strains of laboratory mice. The design below,
somewhat simplified, cannot be computed with standard ANOVA, because
something called the X'X matrix is too large. The design has the
following factors:
Between-subject
2012 Apr 13
1
Plotting leapfrog in R
Dear List
Is there a package for leapfrog plotting (Hamiltonian Monte Carlo
estimation) in R? I tried the actual "LEAPFrOG" package which doesn't
actually give the plot like this one?
http://xianblog.files.wordpress.com/2010/09/hamilton.jpg
How doe one plot this in R? So, there semi-circle and dots on that
semi-circle.
I don't think curve() or plot() would produce such plot.
2004 Aug 06
1
Speex ACM no longer Beta (Houston, we have arelease!)
> And where do we get this? Saw nothing on the speex website...
http://www.openacm.org/
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to
2009 Jan 19
1
Re: creating a custom type to replace a line in a file
On Sun, Jan 18, 2009 at 7:57 PM, chakkerz <chakkerz@gmail.com> wrote:
>
> Awesome
>
> Thanks for the Template idea Teyo, that looks exactly like what i
> want.
>
> So i created my templte sshd_config.erb
>
> Port 22
> Protocol 2
> ListenAddress <%= listenaddress %>
> #ListenAddress ::
>
> SyslogFacility AUTHPRIV
> PermitRootLogin no
>
2017 Dec 07
4
[RFC] - Deduplication of debug information in linkers (LLD).
>*nod* That's been the historic ELF+DWARF approach, but both MacOS (with dsyms+DWARF) and Windows
>(COFF+CodeView+PDB) don't do it that way, and instead involve the linker to a degree.
>Mostly I'm wondering if it'd be reasonable to (and if anyone would be interested in doing it) do
>something more like the PDB support - fully debug-aware linking.
Honestly saying I only
2017 Dec 06
4
[RFC] - Deduplication of debug information in linkers (LLD).
>If you're interested in things you can do in the linker for this - you might consider something more aggressive: Fully DWARF aware deduplication.
>
>This could be done hopefully by reusing some of the code in the dsymutil implementation in LLVM.
>
>This would be much more effective (and without the possible context-sensitive tradeoffs) than using type units.
>Though
2008 Jun 06
2
Prototype: Use of /proxy?url= to circumvent the Same Origin Policy
Hi, everyone.
I was able to get the Ajax.Request basically working, such that it
returns "Damn! You are beyond #10...", but I had to change the "/proxy?
url=" to "http://localhost/myApp/proxy.html?url=". Apparently, the
response is just my proxy.html page.
With "/proxy?url=" in place, WebSphere shows an error:
SRVE0017W: A WebGroup/Virtual Host to handle
2009 Jul 07
9
will wine support windows USB drivers?
>
>slyzen wrote:
>> I'm running wine 1.1.23 on a kubuntu jaunty and my iTunes 8.2 doesn't see my iPhone (with OS 3.0). Do you think your method will work in my case ?
>
>No, itunes doesn't see any devices on Wine. It wants to talk directly to a USB device with special drivers.
>
Isn't there an unsupported version of Wine that will do this until the code is
2008 Aug 11
6
Class dependency question
So I have two classes for openvz setup. The first is openvz::setup
and it sets up the box for OpenVZ.. then another class (in same .pp
file) called openvz::master sets up the config for the main system (as
opposed to a VE). The error I see is that the openvz::master class is
executed (and fails) becuase it doesn''t seem to load up the setup
class?
debug: Calling puppetmaster.getconfig
2008 Aug 02
3
Getting a Dom0 Kernel Version > 2.6.18 ?
As far as I work out the version of the Dom0 linux kernel has to be
2.6.18. This is causing me a lot of problem, because the driver support
in 2.6.18 is slowly falling behind, and I finding that more modern
hardware isn''t supported by the 2.6.18 drivers.
Is it possible to use a more recent version of the kernel for Dom0, or
am I stuck with 2.6.18?
Is there another way I can use more
2002 Feb 28
0
[Bug 130] New: segfault on connect / Red Hat 6.1 w/OpenSSL 0.9.6c
http://bugzilla.mindrot.org/show_bug.cgi?id=130
Summary: segfault on connect / Red Hat 6.1 w/OpenSSL 0.9.6c
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
2001 Mar 03
0
bqtl available on CRAN
Package bqtl version 1.0 is now available on CRAN.
Description: QTL mapping toolkit for inbred crosses and
recombinant inbred lines. Includes maximum likelihood and Bayesian
tools.
I am keen to have comments about this package including implementation
details, additional functionality, and (of course) problems and bugs.
Chuck Berry
--
Charles C. Berry (858) 534-2098
2006 Jul 27
7
suspicious memory usages
Following is the output of top command at my server and i find the high
usage very much alarming.
We are basically a team of three developers working on same
machine(remotely), so we run mongrel_rails servers from out ~/public/app
directories.
We also run a cluster of mongrel servers using apache2.2.
Is this much memory use normal?
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+
2007 Sep 27
6
Best option for my home file server?
I was recently evaluating much the same question but with out only a
single pool and sizing my disks equally.
I only need about 500GB of usable space and so I was considering the
value of 4x 250GB SATA Drives versus 5x 160GB SATA drives.
I had intended to use an AMS 5 disk in 3 5.25" bay hot-swap backplane.
http://www.american-media.com/product/backplane/sata300/sata300.html
I priced
2008 Mar 11
1
Worker logging in test output.
Hi,
I''m trying to silence the information that backgroundrb is putting in to my
test runs. I''m seeing several hundred lines of this during the test runs
(both unit and functional):
{:type=>:all_worker_info}
{:type=>:do_work, :worker=>:xmlrpc_xmpp_worker,
:worker_method=>:register_user,
2007 Feb 01
1
mail_log plugin, log throttling and killing of the IMAP child.
Hi,
Just a quick check, was wondering if anyone is experiencing problems
mass deleting/purging mails from a folder?
I am on RC19 with the mail_log plugin enabled. Quite often, when a mass
deletion/purge is attempted, we receive the following message in the
dovecot logs:
dovecot: Feb 01 11:36:27 Error: IMAP(userid): Sending log messages too
fast, throttling..
Sometimes this is accompanied
2001 Dec 07
2
Authentication 'failure' success
We are using OpenSSH (portable) version 3.0.1p1 on Linux 2.2.14-10 with
RedHat's distribution of PAM 0.72-20.6.x for rsync'ing RRDTool data
between two machines (among other things). When running 'rsync -essh
-avz', everything works fine but the system log on the sshd side shows:
PAM_pwdb[8021]: authentication failure; (uid=0) -> rrd for sshd service
sshd[8021]: Accepted