Displaying 4 results from an estimated 4 matches for "intranetdev".
2007 Oct 29
2
Setting variables in modules - order important?
Puppeteers,
For some reason I have to assign my variable before I include my class
for the assignment to ''take''. I though the ordering was immaterial. Am
I doing something wrong (again) or is this a funny?
-----------------------
This works:
<0> sa_dewha@engpsr0000.intranetdev.barcapdev.com (0 jobs)
/users/unix/sa_dewha/SVNCheckOut/bootstrap/puppet/modules/ztest/examples
% cat setup.pp
$int_var = "Set in setup.pp example"
include ztest::setup
<0> sa_dewha@engpsr0000.intranetdev.barcapdev.com (0 jobs)
/users/unix/sa_dewha/SVNCheckOut/bootstrap/puppet/mo...
2004 Sep 09
1
"username map" parameter not working after upgrade to SAMBA 3
.../README.EXE/MEP*.TMP.EXE/SIRCAM.SYS
[arcviewt]
comment = Arcview Tutorial
path = /esri/arcviewtut
read only = No
guest ok = Yes
veto files =
/.AppleDouble/TheVolumeSettingsFolder/TheFindByContentFolder/Icon\r/
*~?.???/*:*/Network Trash
Folder/resource.frk/.AppleDesktop/DesktopFolderDB/
[intranetdev]
comment = TEDD Intranet Pages
path = /intranetdev/webintern
write list = @webintrn
read only = No
veto files =
/.AppleDouble/TheVolumeSettingsFolder/TheFindByContentFolder/Icon\r/
*~?.???/*:*/Network Trash
Folder/resource.frk/.AppleDesktop/DesktopFolderDB/
[webintrn]
comment = Web Inte...
2007 Oct 10
17
Warning for Fedora Core users
Fedora Core 7 has just updated their Ruby package (was 1.8.6.36-3.fc7,
is now 1.8.6.110-3.fc7), and the upgrade broke my Puppet installation,
and there was a similar report from someone else.
Communications between the puppetmasterd and the puppetd running on
the same host broke down with the message:
Could not retrieve configuration: Certificates were not trusted: hostname
not match with
2007 Oct 16
30
Template Nodes considered harmful
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Russ, Digant, *!
Several times on the IRC channel I noticed people having problems getting to
grips with the interaction of scopes when using template nodes[1]. Typically
this looks thus:
| node genericwebserver { stuff }
|
| node ''web01.example.com'' inherits genericwebserver {
| $influence_genericwebserver =