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

Issue 29328168: Issue 3016 - Remove Nginx purging resource (Closed)

Created:
Sept. 18, 2015, 8:42 a.m. by mathias
Modified:
Sept. 23, 2015, 9:40 a.m.
Reviewers:
Fred
CC:
Felix Dahlke
Visibility:
Public.

Description

#!/bin/bash sudo apt-get -y install python-software-properties sudo add-apt-repository ppa:nginx/stable sudo apt-get -y update sudo service nginx stop tar cvzf nginx-backup.tar.gz /var/log/nginx sudo apt-get -y -o DPkg::Options::=--force-confold install nginx{,-full,-common}=1.8.0-1+precise1 sudo service nginx start

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -10 lines) Patch
M modules/nginx/manifests/init.pp View 1 chunk +1 line, -10 lines 0 comments Download

Messages

Total messages: 2
mathias
Sept. 18, 2015, 8:42 a.m. (2015-09-18 08:42:34 UTC) #1
Fred
Sept. 21, 2015, 10:23 a.m. (2015-09-21 10:23:20 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld