Skip to content

Commit 6f061c0

Browse files
committed
lint
Signed-off-by: Dominik Richter <[email protected]>
1 parent f23011f commit 6f061c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/use_privilege_separation.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ class Recipe
2323
class UsePrivilegeSeparation
2424
def self.get(node)
2525
# define cipher set
26-
ps53 = "yes"
27-
ps59 = "sandbox"
26+
ps53 = 'yes'
27+
ps59 = 'sandbox'
2828
ps = ps59
2929

3030
# ubuntu 12.04 and newer has ssh 5.9+
31-
31+
3232
# redhat/centos/oracle 6.x has ssh 5.3
3333
if node['platform_family'] == 'rhel'
3434
ps = ps53

0 commit comments

Comments
 (0)