Skip to content

Commit

Permalink
Change mode to package default, keep ownership as is
Browse files Browse the repository at this point in the history
  • Loading branch information
waj-kubiak committed Feb 3, 2022
1 parent 1a6eec1 commit da61c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
file { "nginx log dir":
path => "/var/log/nginx",
ensure => "directory",
owner => "www-data",
mode => "0755",
require => Package["nginx"],
}

Expand Down

0 comments on commit da61c98

Please sign in to comment.