Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: Vagrantfile

Issue 29370627: Issue 4733 - Refactor nginx module (Closed)
Patch Set: For comment #2 Created Jan. 3, 2017, 4:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/nginx/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Vagrantfile
===================================================================
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -59,7 +59,7 @@
set -e -- '#{sync_path}' /etc/puppet/hiera.yaml
if ! which puppet >/dev/null; then
apt-get -y update
- apt-get -y install puppet
+ apt-get -y install puppet apt-transport-https
fi
test -e "$1" || ln -s /vagrant "$1"
test -e "$2" || ln -s infrastructure/hiera/hiera.yaml "$2"
« no previous file with comments | « no previous file | modules/nginx/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld