Files
puppet-openstack/manifests
Logan McNaughton ac5be9605f Proper selinux logic for Horizon
According to here:
http://docs.puppetlabs.com/learning/variables.html
"all facts are strings, and all non-empty strings,
 including the string "false" . are true"

Checking "if $::selinux" will always return true,
just like (if 'hello':) in python will always return true.

This uses str2bool to ensure that the variable is evaluated as a boolean.

Change-Id: I9489c3bd9a217c80762f5875f026676268572d79
2013-08-08 13:54:27 +00:00
..
2013-07-31 00:40:17 +00:00
2013-07-17 16:44:59 +00:00
2013-07-06 02:05:32 +00:00
2013-08-07 13:30:18 -07:00
2013-07-29 17:40:46 +00:00
2013-07-01 22:18:36 -04:00
2013-08-08 13:54:27 +00:00
2013-08-07 13:30:18 -07:00