From eb9ac87aa70e1ce3d544097d5c7f8f42f681c0ca Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 23 Dec 2011 22:29:19 -0200 Subject: Per-operating system domain sources.list --- manifests/nodo.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/nodo.pp') diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 1904ece..b5ac46a 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -45,7 +45,7 @@ class nodo { include apt::unattended_upgrades apt::sources_list { "$domain.list": - source => "puppet:///modules/site-apt/sources.list.d/$domain.list", + source => "puppet:///modules/site-apt/sources.list.d/$operatingsystem/$domain.list", ensure => $apt_domain_source ? { true => present, default => absent, -- cgit v1.2.3