This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
forked from purpleidea/puppet-gluster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Fedora/RedHat specific yaml data changes.
The Fedora changes are specific to F20 era changes. If you are interested in having this compatible with an old version of Fedora, you can drop in a Fedora version specific yaml file.
- Loading branch information
1 parent
ad157b4
commit 8f47a9b
Showing
4 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,19 @@ | ||
# gluster/data/tree/RedHat/Fedora.yaml | ||
--- | ||
gluster::params::package_python_argparse: '' # doesn't exist | ||
gluster::params::program_modprobe: '/usr/sbin/modprobe' | ||
gluster::params::program_lsmod: '/usr/sbin/lsmod' | ||
gluster::params::program_parted: '/usr/sbin/parted' | ||
gluster::params::program_pvcreate: '/usr/sbin/pvcreate' | ||
gluster::params::program_vgcreate: '/usr/sbin/vgcreate' | ||
gluster::params::program_lvcreate: '/usr/sbin/lvcreate' | ||
gluster::params::program_vgs: '/usr/sbin/vgs' | ||
gluster::params::program_lvs: '/usr/sbin/lvs' | ||
gluster::params::program_pvdisplay: '/usr/sbin/pvdisplay' | ||
gluster::params::program_vgdisplay: '/usr/sbin/vgdisplay' | ||
#gluster::params::program_lvdisplay: '/usr/sbin/lvdisplay' | ||
gluster::params::program_mkfs_xfs: '/usr/sbin/mkfs.xfs' | ||
gluster::params::program_mkfs_ext4: '/usr/sbin/mkfs.ext4' | ||
gluster::params::misc_gluster_reload: '/usr/bin/systemctl reload glusterd' | ||
|
||
# vim: ts=8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# gluster/data/tree/RedHat/RedHat.yaml | ||
--- | ||
|
||
# vim: ts=8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# gluster/data/tree/RedHat/RedHat/6.5.yaml | ||
--- | ||
|
||
# vim: ts=8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# gluster/data/tree/RedHat/RedHat/7.0.yaml | ||
--- | ||
|
||
# vim: ts=8 |