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

Unified Diff: modules/base/manifests/init.pp

Issue 29337881: Issue 3574 - Move workaround for #3479 from class base to adblockplus (Closed)
Patch Set: Issue 3574 - Move development RSA keys to module adblockplus Created March 7, 2016, 2:13 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 | « modules/base/files/development_host_rsa_key.pub ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/base/manifests/init.pp
diff --git a/modules/base/manifests/init.pp b/modules/base/manifests/init.pp
index 2f6c1ddf286427ea82dc1448f76717cc7698a6a4..2f2bd2ae3056113964c091bdca53a172f0f0f1e0 100644
--- a/modules/base/manifests/init.pp
+++ b/modules/base/manifests/init.pp
@@ -97,18 +97,4 @@ class base ($zone='adblockplus.org') {
ensure => 'present',
mode => 0644,
}
-
- # Work around https://issues.adblockplus.org/ticket/3479
- if $::environment == 'development' {
-
- file {
- '/etc/ssh/ssh_host_rsa_key':
- source => 'puppet:///modules/base/development_host_rsa_key',
- mode => 600,
- notify => Service['ssh'];
- '/etc/ssh/ssh_host_rsa_key.pub':
- source => 'puppet:///modules/base/development_host_rsa_key.pub',
- mode => 644;
- }
- }
}
« no previous file with comments | « modules/base/files/development_host_rsa_key.pub ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld