Skip to content

Commit

Permalink
There shouldn't be an /EMPTY file.
Browse files Browse the repository at this point in the history
If there is then the box should probably be rebuilt correctly.
  • Loading branch information
samcrang committed Mar 8, 2014
1 parent 7c2b2f6 commit 190e908
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/vagrant.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@
path => [ "/bin", "/usr/bin", "/sbin", "/usr/sbin" ];
}

file {
# Sometimes veewee leaves behind this...
"/EMPTY": ensure => absent, backup => false;
}

package {
"git": ensure => latest;
"bundler": provider => "gem", ensure => latest;
"ruby-$devsuffix": ensure => latest;
}

File["/EMPTY"] -> Exec["update-packages"] -> Package <| |>
Exec["update-packages"] -> Package <| |>

0 comments on commit 190e908

Please sign in to comment.