Skip to content

Commit

Permalink
adding buster for foreman installator
Browse files Browse the repository at this point in the history
  • Loading branch information
kiemlicz committed Dec 16, 2019
1 parent b42f126 commit ca3c918
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions salt/server/foreman/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,17 @@
'stretch': {
'pkg_name': "foreman-installer",
'names': [
"deb http://deb.theforeman.org/ stretch 1.23",
"deb http://deb.theforeman.org/ plugins 1.23"
"deb http://deb.theforeman.org/ stretch 1.24",
"deb http://deb.theforeman.org/ plugins 1.24"
],
'file': "/etc/apt/sources.list.d/foreman.list",
'key_url': "https://deb.theforeman.org/pubkey.gpg"
},
'buster': {
'pkg_name': "foreman-installer",
'names': [
"deb http://deb.theforeman.org/ buster 1.24",
"deb http://deb.theforeman.org/ plugins 1.24"
],
'file': "/etc/apt/sources.list.d/foreman.list",
'key_url': "https://deb.theforeman.org/pubkey.gpg"
Expand Down

0 comments on commit ca3c918

Please sign in to comment.