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

Unified Diff: modules/adblockplus/manifests/host.pp

Issue 29367494: Issue 3065 - Introduce support for host-specific operating systems (Closed)
Patch Set: Created Dec. 14, 2016, 3:07 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 | « hiera/roles/default.yaml ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/host.pp
diff --git a/modules/adblockplus/manifests/host.pp b/modules/adblockplus/manifests/host.pp
index 090129761ffaee87e60e81fe371c0eec2bbd8c19..67b41264765c0c9f2a95a71cd02c0f8eebaee175 100644
--- a/modules/adblockplus/manifests/host.pp
+++ b/modules/adblockplus/manifests/host.pp
@@ -23,6 +23,10 @@
# the first one of which is considered the primary IP address, and each of
# which is included as $alias in the (virtual) Sshkey[$title] resource.
#
+# [*os*]
+# Indicates the host's operating system. Recognized values include i.e.
+# "ubuntu-precise" and "debian-jessie".
+#
# [*public_key*]
# The host's public (SSH) key, i.e "ssh-rsa AA.... host1.example.com", for
# use with the (virual) Sshkey[$title] resource. Note that this implies the
@@ -64,6 +68,7 @@ define adblockplus::host (
$fqdn = "$name.$adblockplus::authority",
$groups = [],
$ips = [],
+ $os = undef,
$public_key = undef,
$role = undef,
) {
« no previous file with comments | « hiera/roles/default.yaml ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld