#!/bin/bash

set -eux
set -o pipefail

# Per http://seven.centos.org/?p=303 we need to update before we can
# enable the cr repo.
yum -y update
yum-config-manager --enable cr
