Skip to content

Commit

Permalink
Merge pull request #39 from capsi-informatique/fix/package-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanone authored Dec 17, 2022
2 parents 0c32592 + 9b0ec46 commit 5b93562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
User <| title == $name |> {
shell => lookup('ohmyzsh::zsh_shell_path')
}

Package['zsh'] -> User <| title == $name |>
}
}

Expand Down

0 comments on commit 5b93562

Please sign in to comment.