diff options
Diffstat (limited to 'manifests/simple.pp')
-rw-r--r-- | manifests/simple.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/simple.pp b/manifests/simple.pp index edd80ac..91847b4 100644 --- a/manifests/simple.pp +++ b/manifests/simple.pp @@ -21,6 +21,7 @@ class gluster::simple( $replica = 1, $stripe = 1, # TODO: not fully implemented in puppet-gluster $vip = '', # strongly recommended + $repo = true, $shorewall = true ) { include gluster::vardir @@ -58,6 +59,7 @@ class gluster::simple( class { '::gluster::server': vip => "${vip}", + repo => $repo, #zone => 'net', # defaults to net shorewall => $shorewall, } |