search for: bobsfile

Displaying 2 results from an estimated 2 matches for "bobsfile".

Did you mean: absfile
2007 Feb 13
2
Scope question
If I do something like the following: class blah { File { mode => 111 } file { "/cheese": } } Will the File override stay within the class or break outside? Also, if I then do: class moo inherits blah { File { owner => bob } file { "/bobsfile": } } What will happen? Thanks, Trevor _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Jun 05
1
Mapping/linking Samba share to Windows FOLDER
...ave a Windows application that is very limited on the folders it will use. It is installed in a base folder like C:\Program Files\Application\app.exe. It uses multiple folders under that, like C:\Program Files\Application\myfile, C:\Program Files\Application\yourfile, C:\Program Files\Application\bobsfile, etc. Here's where the fun begins. I have two locations which need to synchronize a common folder between the two. So, in each location I have the folder C:\Program Files\Application\share. Location A is running Windows Server 2003. Location B is using Windows 2000. My plan was to have sha...