Skip to content

Commit

Permalink
Make sure we don't start with Base's Consul versions, since our puppet
Browse files Browse the repository at this point in the history
module doesn't know how to upgrade yet

See: voxpupuli/puppet-consul#103
  • Loading branch information
gozer committed May 25, 2015
1 parent 355553a commit e10ba46
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nubis/builder/provisioners.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"provisioners": [
{
"type": "shell",
"inline" : ["sudo rm -rf /var/lib/consul /usr/local/bin/consul /opt/staging/consul/consul.zip"]
"order": 20
}
]
}

0 comments on commit e10ba46

Please sign in to comment.