Browse Source

Merge pull request #381 from kasperisager/hotfix/vagrant-provisioning

Make sure Debian repos are in sync.
Rafał Pitoń 11 years ago
parent
commit
4050e14fcb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      vagrant/manifests/site.pp

+ 4 - 0
vagrant/manifests/site.pp

@@ -7,6 +7,10 @@ class site
   $email    = "admin@example.com"
   $password = "password"
 
+  exec { "apt-get update":
+    command => "/usr/bin/apt-get update"
+  } ->
+
   class { "python":
     version    => "system",
     pip        => true,