Skip to content

Commit

Permalink
vagrant: Changed the test image path
Browse files Browse the repository at this point in the history
  • Loading branch information
aluzzardi committed Feb 15, 2013
1 parent 994ec4c commit c696eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puppet/modules/docker/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

exec { "debootstrap" :
require => Package["debootstrap"],
command => "/usr/sbin/debootstrap --arch=amd64 quantal /var/lib/docker/images/ubuntu",
creates => "/var/lib/docker/images/ubuntu",
command => "/usr/sbin/debootstrap --arch=amd64 quantal /var/lib/docker/images/docker-ut",
creates => "/var/lib/docker/images/docker-ut",
timeout => 0
}

Expand Down

0 comments on commit c696eb8

Please sign in to comment.