diff --git a/states/roles/maintain/pkg-cache/cache.conf b/states/roles/maintain/pkg-cache/cache.conf
index c5cd279..5598b2b 100644
--- a/states/roles/maintain/pkg-cache/cache.conf
+++ b/states/roles/maintain/pkg-cache/cache.conf
@@ -7,6 +7,8 @@ server {
         listen 8000;
         server_name pkg.actcur.com;
 
+        resolver 8.8.8.8;
+
         access_log /var/log/nginx/pkg-cache.access.log pkg-cache;
         error_log /var/log/nginx/pkg-cache.error.log;