Skip to content

Commit

Permalink
Nobody is in group nogroup
Browse files Browse the repository at this point in the history
  • Loading branch information
daaang committed Dec 12, 2023
1 parent c2fb951 commit f4d9861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/profile/bolt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
file { "/var/local/bolt_repo_key":
ensure => "directory",
owner => "nobody",
group => "nobody",
group => "nogroup",
mode => "0700",
}

file { "/opt/bolt":
ensure => "directory",
owner => "nobody",
group => "nobody",
group => "nogroup",
mode => "0755",
}

Expand Down

0 comments on commit f4d9861

Please sign in to comment.