-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e5e254
commit 96304dc
Showing
4 changed files
with
11 additions
and
12 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,10 +1,8 @@ | ||
# gluster/data/params/RedHat/CentOS/6.6.yaml | ||
--- | ||
# looks like this may be irrelevant after all as CentOS 6.6 | ||
# appears to accept system_u; however, it required a reboot for | ||
# puppet to stop looping through modifying files on each iteration. | ||
gluster::params::selinux_glusterd_seluser: 'system_u' | ||
# looks like this may be irrelevant after all as CentOS 6.6 appears to accept | ||
# system_u, however it required a reboot for puppet to stop looping through | ||
# modifying files on each iteration. | ||
gluster::params::selinux_glusterd_seluser: 'system_u' | ||
|
||
|
||
|
||
# vim: ts=8 | ||
# 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# gluster/data/versions/3.5.0.yaml | ||
# gluster/data/versions/3.5/3.5.0.yaml | ||
--- | ||
gluster::versions::operating_version: '3' # v3.5.0 | ||
# vim: ts=8 |
This file was deleted.
Oops, something went wrong.
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,5 @@ | ||
# gluster/data/versions/3.6/3.6.1.yaml | ||
--- | ||
# this is actually due to a bug in 3.6.1 forgetting to update the version | ||
gluster::versions::operating_version: '30600' # v3.6.1 | ||
# vim: ts=8 |