mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
need a dummy install_fedora_onedir_post that calls install_fedora_stable_post.
This commit is contained in:
parent
499f895bae
commit
07ab70922c
1 changed files with 7 additions and 0 deletions
|
@ -4461,6 +4461,13 @@ install_fedora_onedir() {
|
|||
|
||||
return 0
|
||||
}
|
||||
|
||||
install_fedora_onedir_post() {
|
||||
STABLE_REV=$ONEDIR_REV
|
||||
install_fedora_stable_post || return 1
|
||||
|
||||
return 0
|
||||
}
|
||||
#
|
||||
# Ended Fedora Install Functions
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue