commit | d5e1f7ba09a389db52bffe5159cc324dfae53809 | [log] [tgz] |
---|---|---|
author | termie <github@anarkystic.com> | Wed Sep 28 17:04:01 2011 -0500 |
committer | termie <github@anarkystic.com> | Wed Sep 28 17:04:01 2011 -0500 |
tree | f96d85725c519cb12f911496989a09bb5a9a76f6 | |
parent | bd550eddebdb8f33b62acf64c1c0af1f35d5ea35 [diff] [blame] |
make stackrc source localrc
diff --git a/stackrc b/stackrc index 2d265d3..3580ae1 100644 --- a/stackrc +++ b/stackrc
@@ -34,3 +34,6 @@ # openstack-munin is a collection of munin plugins for monitoring the stack MUNIN_REPO=https://github.com/cloudbuilders/openstack-munin.git MUNIN_BRANCH=master + +# allow local overwrites +[ -f ./localrc ] && source ./localrc