search for: vesterbrogade

Displaying 20 results from an estimated 48 matches for "vesterbrogade".

2006 Oct 19
1
Filenames with dots in the name
...uppet" in file /etc/puppet/ manifests/packages/puppet.pp at line 12 The line specified is actually the closing bracket of the exec statement, so I suspect that it''s the require that fails. I use other places without problems. -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2006 Oct 14
4
How do I manage manifests most efficiently...?
...of the other classes dependent on the puppet class). Or has puppet a nifty way to handle that. With my current solution, it takes two runs of puppetd to actually run the new code - one to copy it from the server, and one to execute it... -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2007 Jan 31
7
Report usage...
...onfigured a tagmail.conf file like this: all: root@localhost But the documentation mentions three options, namely sendmail, reportfrom, smtpserver. Should they also be set in tagmail.conf...? And should it be "ini" style...? -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2006 Oct 17
5
Puppet tgz installs...
...I looked in the rakefile and found this: task.sbins = FileList.new("bin/puppetmasterd", "bin/puppetd") There on line 63 it actually says "sbin" but puts the files into bin/. Shouldn''t it be sbin/...? -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2007 Jan 21
5
facts about xen domU''s...
...he xm utility to get the information. The only thing I haven''t figured out, is how to ignore the facts if it''s run on a machine that''s not a domU... ;-) But it''s probably a trivial thing... ? Right? -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 May 02
4
Ordering problem...
...n site.pp it works. :-/ Can''t quite figure out if it''s me that is doing it all wrong, but I don''t know how to do it different and keep the functionality I want. Can someone shed some light on this...? -- Med venlig hilsen/Best regards Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2007 Dec 11
1
Node variable names with dashes..
...= "127.0.0.1" } err: Could not parse; using old configuration: Could not match ''- from'' at /home/mercurial/repositories/manifests/nodes/nodes.pp:8 I''m using the variable to create a template-based config file. -- Best regards Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2007 Nov 21
2
I''m lost on exec
Hi Can anyone tell me what''s wrong with this one. Sorry I''m new and I just want to print some message to the the puppet log on the client side. --------------------------------------------------- $testvar = "Hello world!" class mytest { exec { "/bin/echo $testvar" } } I keep getting: err: Could not parse; using old configuration: Syntax error at
2007 Apr 18
1
Overriding variables...
...; $dv = "sarge" } And I''d like to override some of them in subnode definitions: node server01 inherits base { $dv = "etch" } Is this possible, or do I have to wrap the variables in a class to make it work...? -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2007 Feb 09
2
Use of variables in defines...
...otefile statement - puppet can''t find the file then. It''s not a big deal, but it''s annoying and prone to errors that is hard to track down. How can variables be used in ways like this? Are there any restrictions? -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2006 Oct 19
3
Schedules for certain weekdays...
Hi From the documentation I can''t see if I can define the following schedule: I want a certain command to be run once a day, monday-friday on a certain time of the day. Can I define that somehow...? -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2007 Jun 07
4
Adding recipes...
Hi all Ok, maybe it''s just me, but - how on earth do I add recipes to the wiki...?? When I go into the list of recipes, I don''t find a "Edit this page button". How should I add to the list? -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2006 Oct 12
3
Defaults for package type...
...uot; type: define configfile { file { $name: owner => root, mode => 644 } } class shorewall { configfile { "shorewall.conf" ensure => file } } or are there any other ways to "set defaults" on a type...? -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2006 Oct 26
3
Resources...
...me/$name/.ssh/authorized_keys": source => "sshkeys/$name_rsa.pub", mode => 600 } } } <snap> I hoped this could be used to realize the admin users I needed, but apparently I''ve got it wrong. -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2007 Feb 23
5
Accessing definitions in a subclass...
...finitions from a super class in a subclass? Eg.: class foo { define bar (bla) { ... } class oof inherits foo { bar { "rab": bla => "something", } } spews out an error: "Could not find definition bar at... -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2007 Jan 23
5
Setting a variable to true or false, if a certain file exists...
...ts. I need to use it in a case statement like: case $is_installed { false: { exec... file... service... } true: { package... } } Is it possible...? I searched for the syntax, but I can''t find an appropriate example... -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2007 May 23
6
Brainstorming - how to manage Shorewall rules
Shorewall (IP Tables frontend - www.shorewall.net) has been kind of a headache in trying to move forward with puppet - we just haven''t found a clean way to manage the "rules" file. With that in mind - would it be possible to create a "shorewall_rule" type? The rules file is a simple file with space/tab delimited fields: (I can provide a detailed explanation of each
2007 Jun 07
3
can i access module "files" w/o using client-server?
Hi, I''m new to puppet and trying to get started using it just in local mode. My basic question is: how can i reference a static file within the module (eg in the module''s files/ subdirectory, as described in http://reductivelabs.com/trac/puppet/wiki/ModuleOrganisation). I suppose i could try using a full.absolute path to the file, but that seems to completely defeat the purpose
2006 Oct 09
5
General questions and problems with exec...
...can''t see why. If I run make manually in /etc/ shorewall, the rules file is created correctly. I hope someone can shed some light on where I''ve done wrong. And once again, Luke, you''ve done a great job with puppet! -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
2007 Aug 23
10
Using resource names in templates...
...''t figure out how to do it? As I can see it, I need a way to specify a list like: $shares = [ "adminshare:admingroup", "documents:users" ] but I can''t do that, can I? Does anyone have a suggestion...? -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk