From 37b39c54de2e9952efdba5d5e2cb3d0325296eec Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 16 Jun 2015 15:41:11 -0500 Subject: [PATCH] cobbler: keep cobbler from messing with sources.list We want this because on vivid we want to use the distro provided sources and when we use the cobbler snippet it wipes out those values in sources.list. On the other versions of ubuntu we use the testnodes playbook to provide our own sources and repos because we are currently building packages for those, but don't want that burden for vivid. Signed-off-by: Andrew Schoen --- roles/cobbler/templates/scripts/cephlab_preseed_late | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/cobbler/templates/scripts/cephlab_preseed_late b/roles/cobbler/templates/scripts/cephlab_preseed_late index ca04f72..8fb33d4 100644 --- a/roles/cobbler/templates/scripts/cephlab_preseed_late +++ b/roles/cobbler/templates/scripts/cephlab_preseed_late @@ -5,7 +5,6 @@ $SNIPPET('cephlab_ubuntu_network') # set kernel options as defined by the system, profile or distro # in the Kernel Options (Post Install) field which populates the var kernel_options_post $SNIPPET('cephlab_post_install_kernel_options') -$SNIPPET('late_apt_repo_config') $SNIPPET('post_run_deb') $SNIPPET('download_config_files') # custom -- 2.39.5