| parameters: | |
| _param: | |
| glusterfs_version: 3.8 | |
| mirror_glusterfs_upstream_xenial_source: http://ppa.launchpad.net/gluster/glusterfs-${_param:glusterfs_version}/ubuntu | |
| mirror_glusterfs_upstream_xenial_distribution: xenial | |
| mirror_glusterfs_upstream_xenial_components: main | |
| mirror_glusterfs_upstream_xenial_gpgkeys: | |
| - 3FE869A9 | |
| aptly: | |
| server: | |
| mirror: | |
| glusterfs_upstream_xenial: | |
| source: ${_param:mirror_glusterfs_upstream_xenial_source} | |
| distribution: ${_param:mirror_glusterfs_upstream_xenial_distribution} | |
| components: ${_param:mirror_glusterfs_upstream_xenial_components} | |
| architectures: amd64 | |
| gpgkeys: ${_param:mirror_glusterfs_upstream_xenial_gpgkeys} | |
| publisher: | |
| component: glusterfs | |
| distributions: | |
| - ubuntu-xenial/${_param:apt_mk_version} |