Browse Source

Fixes #380: Make sure Debian repos are in sync.

kasperisager 11 years ago
parent
commit
fb8fa3412b
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"
   $email    = "admin@example.com"
   $password = "password"
   $password = "password"
 
 
+  exec { "apt-get update":
+    command => "/usr/bin/apt-get update"
+  } ->
+
   class { "python":
   class { "python":
     version    => "system",
     version    => "system",
     pip        => true,
     pip        => true,