Help for this page

Select Code to Download


  1. or download this
    #!/bin/env bash
    declare -a hostlist=$(grep -P '(?<!#)--hostname' *.ks | awk -F'=' '{pr
    +int $2}')
    ...
    do
        hostlist+="$host"
    done
    
  2. or download this
    #!/usr/bin/env perl
    use strict;
    ...
           close $fh;
        }
    }
    
  3. or download this
    Provisioner]$ ./installer.pl 
    Useless use of private variable in void context at ./installer.pl line
    + 13.
    ...
    Use of uninitialized value $hostname in concatenation (.) or string at
    + ./installer.pl line 24, <$fh> line 1.
    
    readline() on closed filehandle $fh at ./installer.pl line 27.
    
  4. or download this
    [################### Provisioner]$ ./installer.pl 
    
    ...
    
    
    master.myhost.com[################### Provisioner]$