packstack/packstack/puppet/modules/packstack/manifests/nova/gluster.pp

5 lines
100 B
Puppet

class packstack::nova::gluster ()
{
ensure_packages(['glusterfs-fuse'], {'ensure' => 'present'})
}