From 26e498007ae101aba154acc8435729768e9590ff Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 28 Dec 2013 17:26:14 +0100 Subject: reduce dependency on lsb modules, rather use the builtin facts --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 6eee262..c67c255 100644 --- a/README +++ b/README @@ -144,7 +144,7 @@ modules/site_apache/{templates,files}/vhosts.d, searched in this order: "puppet:///modules/site_apache/vhosts.d/${::fqdn}/${name}.conf", "puppet:///modules/site_apache/vhosts.d/{$apache::cluster_node}/${name}.conf", - "puppet:///modules/site_apache/vhosts.d/${::operatingsystem}.${::lsbdistcodename}/${name}.conf", + "puppet:///modules/site_apache/vhosts.d/${::operatingsystem}.${::operatingsystemmajrelease}/${name}.conf", "puppet:///modules/site_apache/vhosts.d/${::operatingsystem}/${name}.conf", "puppet:///modules/site_apache/vhosts.d/${name}.conf", -- cgit v1.2.3