]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: Only install custom fastcgi repo on Trusty testnodes 319/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 15 Jun 2017 16:15:01 +0000 (12:15 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 15 Jun 2017 16:29:06 +0000 (12:29 -0400)
Now that we're running apt/repos.yml tasks on Xenial, we can move
the fastcgi repo to ubuntu_14.yml since it's exclusive to that distro
version.

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/vars/ubuntu.yml
roles/testnode/vars/ubuntu_14.yml

index 31cb4b824732b968d6eaa904937dd8d221e26538..49c306abff4dc540007675c474f6ef574074f4f4 100644 (file)
@@ -1,8 +1,4 @@
 ---
-common_apt_repos:
-  # mod_fastcgi for radosgw
-  - "deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-{{ansible_distribution_release}}-x86_64-basic/ref/master/ {{ansible_distribution_release}} main"
-
 common_packages:
   # for apache
   - libfcgi0ldbl
index 1751e7900efe1fae451e0b8add942d49f9446051..36389d6d2a6db77a5f82ab6053dd95ff059b8b87 100644 (file)
@@ -1,4 +1,8 @@
 ---
+apt_repos:
+  # mod_fastcgi for radosgw
+  - "deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-trusty-x86_64-basic/ref/master/ trusty main"
+
 packages:
   - libboost-thread1.54.0
   - mpich