Displaying 2 results from an estimated 2 matches for "macz".
Did you mean:
mach
2006 Mar 06
0
Windows XP Pro SP2 and samba config for some NetBIOS aliases
.../%U.conf
everything works fine.
It looks like there is not allowed nested includes for windows xp pro sp2.
Is it true? I didn't find anything like this in the manual.
Thanks for your help in advance.
Best regards
PS. Sorry for my mistake and the same post on technical group.
---
MaCz
2013 Oct 13
24
exporting custom facts to puppet agents
Dear all,
I have a custom fact, that reads a file and then generate the values
dynamically based on the file content. It''s something like this:
inFile = "/home/admin/OSs.txt"
> gos = {}
>
> if File.exist?(inFile)
> open(inFile, ''r'').each do |line|
> next if line =~ /^\s*(#|$)/
> parts =