Displaying 2 results from an estimated 2 matches for "masternode".
2004 Sep 10
1
[Flac-users] High School Cluster - Beginner's Questions
...g for new benchmarks (that can retain the attention
span of teenagers) I came across the FLAC site and found it quite
interesting. I have downloaded and installed 1.0.4, and have gathered a few
MP3's & WAV files.
Now here's the question. Based on the assumption that I'm on the
Masternode and in the directory containing the WAV files, can someone tell
me what would be the command line/string to start rendering? Also what
Linux music player would you suggest so that we can play/verify the
resulting files? I am planning
on reading the documentation, but being a High school student d...
2012 Aug 11
8
Pass array to a define
How can I pass an array to a define? It''s not documented in the puppet
language guide.
I''ve got:
define lvm::create_vg ( $pvdisks ) {
exec {
''pvcreate'':
command => "/sbin/pvcreate -yf $pvdisks",
unless => "/sbin/pvdisplay $pvdisks",
...
}
}
class someclass {
lvm::create_vg {