search for: www01

Displaying 8 results from an estimated 8 matches for "www01".

Did you mean: www02
2007 Jan 17
11
scope issue after upgrade
...due to changes in scope rules. In my site.pp manifest, I have the following: import "classes/*" node nfsserver { include nfsserver } node webserver { include webserver } class cluster1_sites { website { "example.com": ...; "example2.com": ...; } } node www01,www02 inherits webserver { include cluster1_sites } node fs01 inherits nfsserver { include cluster1_sites } The idea is that new websites can be added to the cluster1_sites class, and the right changes will be made to the web servers and nfs servers. So, classes/webserver.pp contains: clas...
2006 Aug 31
4
crashes
...rted playing with puppet. Unfortunately, it keeps crashing in a variety of places. I don''t have much experience with Ruby yet, so any tips in tracking down these problems would be appreciated. I''m using the Debian package 0.18.4-1. Here''s the output of a couple runs: www01:/home/cwarden# puppetd --verbose --onetime info: Caching configuration at /etc/puppet/localconfig.yaml /usr/lib/ruby/1.8/puppet/type.rb:831: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [i486-linux] Aborted www01:/home/cwarden# puppetd --verbose --onetime info: Caching configuration at /etc/p...
2006 Sep 07
5
refresh on change of link target
...: file { "/etc/lighttpd/sites-enabled/$domain.conf": notify => service[lighttpd], ensure => "/nfs/www/$domain/etc/lighttpd.conf", links => follow, } This causes the service to be refreshed everytime puppet updates, even if the target file has not changed: debug: //www01/website[www.example.com]/file=/etc/lighttpd/sites-enabled/www.example.com.conf: Changing ensure debug: //www01/website[www.example.com]/file=/etc/lighttpd/sites-enabled/www.example.com.conf: 1 change(s) debug: //www01/website[www.example.com]/file=/etc/lighttpd/sites-enabled/www.example.com.conf/en...
2006 Sep 01
5
fileserver security
Is there any security (or perhaps plans to add security) within the fileserver to verify that clients are only able to receive files specified in the manifests on the server? I''d like to distribute different Kerberos keytabs to different nodes such that nodes www01 and www02 can retrieve different files from nodes www03 and www04. Any ideas on how best to approach this problem? Thanks, Christian
2009 Jan 15
1
variable scope is making my head hurt
...#39;'m trying to add a "node type" variable that can be interpolated into source values. In this, my latest attempt, $nodetype always ends up as "base": # manifests/nodes $nodetype = "base" node "base" { include postfix ...snip... } node "www01", "www02", ... , "www10" inherits "base" { $nodetype = "wwwnode" include postfix::custom } # modules/postfix/manifests/init.pp class postfix { package {"postfix": ensure => installed} file {"/etc/postfix/main.cf&quo...
2006 Sep 01
4
evaluating classes within component
I''d like to create a component that takes different actions based on the classes associated with the node using the component. Is this possible? Here''s what I''m thinking. node www01 { include webserver website { "site1.com": aliases => ["www.site1.com", "test.site1.com"], username => www0001 } } node www02 { include webserver website { "site2.com": aliases => ["www.site2.com", "test.site2.com"],...
2007 May 22
4
Newbie: Am I looking at the right tool?
Hi, I''m absolutely new to centralized server management, sorry sorry in advance for any stupid remarks. Looking on the puppet documentation, I mainly find a lot of info about how to manage the config files, but nothing about centralized control. So I''m wandering if I''m looking a the right software package for my needs. I want to be able to do the following from a
2003 Dec 01
0
No subject
...something but I don't know what exactly. nbtstat finds information on all the servers except www04 which is the server I am having trouble accessing. I must have missed something when I configured www04 but I don't know what. Where is nbtstat looking for this information? C:\>nbtstat -a www01 Local Area Connection: Node IpAddress: [10.10.0.5] Scope Id: [] NetBIOS Remote Machine Name Table Name Type Status --------------------------------------------- WWW01 <00> UNIQUE Registered WWW01 <03> UNIQUE...