Skip to content

Commit

Permalink
Fixed an error showed by puppet if the EMPTY file is very large
Browse files Browse the repository at this point in the history
  • Loading branch information
rafacas committed Apr 19, 2013
1 parent 604df83 commit 014bfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vagrant.pp
Expand Up @@ -18,7 +18,7 @@

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

package {
Expand Down

0 comments on commit 014bfa1

Please sign in to comment.