Displaying 6 results from an estimated 6 matches for "kodiak".
Did you mean:
kodak
2013 Jan 31
7
Calling a "subclass" correctly in a node def?
Hi Guys!
I played with this a bit and perused the Puppet3 docs, and tried a few
different ways of calling the module with no joy before giving in and
posting. I''m kind of new to all this so bear with me.
*Goal of module*
Singular module to hold both a mysql (client) and mysql-server class.
Module default would be ''mysql'', or for mysql-servers we''ll call
2013 Oct 21
3
how to pass the value to custom function?
...module Puppet::Parser::Functions
> newfunction(:am_running_oss, :type => :rvalue ) do |args|
>
> oss = {:linux=>["Slackware", "RedHat", "Caldera"],
> :mac=>["Jaguar", "Lion", "Tiger", "Kodiak"],
> :win=>["Chicago", "Daytona", "Longhorn"]}
>
> cls = args[0]
>
> if oss.key?(cls)
> return oss[cls][0]
> else
> return ''undefined''
>...
1997 Aug 27
3
Samba 1.9.17 server is not showing up in PDC browser list.
...Domain=[ENG_SYS] OS=[Unix] Server=[Samba 1.9.17]
Server=[SUMMIT] User=[nobody] Workgroup=[ENG_SYS] Domain=[ENG_SYS]
This machine has a browse list:
Server Comment
--------- -------
BUD
GUINAN
KODIAK
RAINIER
SIERRA
STUMPY
SUMMIT 4900 Development Samba 1.9.17 Server
WINDY
This machine has a workgroup list:
Workgroup Master
---------...
2000 Feb 15
1
R installation
...) 481-1716
x-mozilla-html:FALSE
org:National Marine Fisheries Service;Alaska Fisheries Science Center
version:2.1
email;internet:brian.o'gorman at noaa.gov
adr;quoted-printable:;;Resource Assessment and Conservation Engineering Division=0D=0AShellfish Assessment Program=0D=0A301 Research Court;Kodiak;Alaska;99615;USA
fn:Brian O'Gorman
end:vcard
2001 Jan 11
2
nls error handling
...12
day 15
Thanks for your time,
Gregg
<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>
Gregg Rosenkranz
Scallop Biometrician
Alaska Department of Fish and Game
211 Mission Road
Kodiak, AK 99615
phone 907.486.1858
fax 907.486.1824
gregg_rosenkranz at fishgame.state.ak.us
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]s...
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 =