Default ceph_osd_selinux_permissive to false
authorGiulio Fidente <gfidente@redhat.com>
Thu, 23 Jun 2016 12:19:21 +0000 (14:19 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Fri, 1 Jul 2016 13:15:04 +0000 (13:15 +0000)
We don't set selinux in 'permissive' mode by default anymore.

Change-Id: I1aa46086f69e7c3efd2782da62fd18ade8343fde
Partial-Bug: 1595518

manifests/profile/base/ceph/osd.pp

index d0c77e9..a9224d3 100644 (file)
@@ -20,7 +20,7 @@
 #
 # [*ceph_osd_selinux_permissive*]
 #   (Optional) Wheter to configure SELinux in permissive mode
-#   Default to true
+#   Default to false
 #
 # [*step*]
 #   (Optional) The current step in deployment. See tripleo-heat-templates
@@ -28,7 +28,7 @@
 #   Defaults to hiera('step')
 #
 class tripleo::profile::base::ceph::osd (
-  $ceph_osd_selinux_permissive = true,
+  $ceph_osd_selinux_permissive = false,
   $step                        = hiera('step'),
 ) {