Skip to content

Commit

Permalink
Install git
Browse files Browse the repository at this point in the history
  • Loading branch information
daaang committed Sep 18, 2024
1 parent 76e8af6 commit cfc0a6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/profile/bolt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
require => [
Class["nebula::profile::github_pull_account"],
File["/opt/bolt"],
Package["git"],
]
}
}
2 changes: 2 additions & 0 deletions manifests/profile/github_pull_account.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
Integer $git_gid = 100,
String $git_homedir = "/var/lib/autogit",
) {
package { "git": }

user { $git_username:
ensure => "present",
home => $git_homedir,
Expand Down

0 comments on commit cfc0a6a

Please sign in to comment.