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

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

Issue 29470674: Use Puppet 2&3 compatible syntax in SSH resource relationships (Closed)
Patch Set: Created June 21, 2017, 2:09 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/ssh/manifests/init.pp
diff --git a/modules/ssh/manifests/init.pp b/modules/ssh/manifests/init.pp
index 7ade69a46745b87b24214f95e846c31f854db8ff..97214ad1262cc430c4c5b35b10551ef346e35339 100644
--- a/modules/ssh/manifests/init.pp
+++ b/modules/ssh/manifests/init.pp
@@ -43,5 +43,6 @@ class ssh(
subscribe => Concat['sshd_config']
}
- Service['ssh'] <~ Package['libssl1.0.0', 'openssl']
+ Service['ssh'] <~ Package['libssl1.0.0']
+ Service['ssh'] <~ Package['openssl']
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld