ansible/files/copr/copr_bashrc
Seth Vidal a8da0bf348 make .ssh for coprs
make the dir named 'cloud' not euca
put the os-keys in place
2013-02-26 21:14:19 +00:00

10 lines
182 B
Text

# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
if [ -f /srv/copr-work/copr/cloud/ec2rc.sh ]; then
. /srv/copr-work/copr/cloud/ec2rc.sh
fi