From 34e54aecaa7f98130dd1ad145bcc8235227724bb Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 4 May 2015 13:14:13 -0600 Subject: [PATCH] Use the cephlab_rc_local snippet Signed-off-by: Zack Cerza --- roles/cobbler/templates/kickstarts/cephlab_rhel.ks | 1 + roles/cobbler/templates/scripts/cephlab_preseed_late | 1 + 2 files changed, 2 insertions(+) diff --git a/roles/cobbler/templates/kickstarts/cephlab_rhel.ks b/roles/cobbler/templates/kickstarts/cephlab_rhel.ks index 587cf5bf..13cc470b 100644 --- a/roles/cobbler/templates/kickstarts/cephlab_rhel.ks +++ b/roles/cobbler/templates/kickstarts/cephlab_rhel.ks @@ -77,6 +77,7 @@ $SNIPPET('post_anamon') $SNIPPET('cephlab_hostname') $SNIPPET('cephlab_user') $SNIPPET('cephlab_apt-mirror_hack') +$SNIPPET('cephlab_rc_local') $SNIPPET('kickstart_done') # End final steps %end diff --git a/roles/cobbler/templates/scripts/cephlab_preseed_late b/roles/cobbler/templates/scripts/cephlab_preseed_late index 2ab9eea4..df410011 100644 --- a/roles/cobbler/templates/scripts/cephlab_preseed_late +++ b/roles/cobbler/templates/scripts/cephlab_preseed_late @@ -9,6 +9,7 @@ $SNIPPET('download_config_files') $SNIPPET('cephlab_hostname') $SNIPPET('cephlab_user') $SNIPPET('cephlab_apt-mirror_hack') +$SNIPPET('cephlab_rc_local') # end custom $SNIPPET('kickstart_done') # End preseed_late_default -- 2.47.3