Displaying 2 results from an estimated 2 matches for "alias_list".
2013 Mar 14
7
hiera_hash lookups for included classes?
When using "include" to include a class Hiera helpfully performs an 
autolookup on the parameters of the included class. Specially-named 
variable names are automatically pulled from the Hiera datastore(s) and 
passed into the included module. This is pretty awesome.
But it looks like included resources _only_ perform a hiera() lookup. If we 
have a hash defined in several levels of our
2011 Aug 17
3
Using back-ported create_resources in 2.6.x
...#39;',
            override        => ''All'',
            protocol        => ''http'';
    }
}
....
define apache::vhost (
    $protocol=''http'',
    $cname=$name,
    $domain=false,
    $server_alias="www.$cname.$domain",
    $alias_list=false,
    $docroot=false,
    $create_docroot=true,
    $docroot_owner=false,
    $docroot_group=false,
    $docroot_mode=false,
    $options=false,
    $sendfile=true,
    $override=''None'',
    $order=''allow,deny'',
    $allowfrom=''all'',
    $d...