From fff4068c06cdf2491c28f50154ffd053fb1a306b Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Fri, 11 Jan 2013 11:05:59 -0800 Subject: [PATCH] add default node to hosts.pp manifest This is required for the update_repos flag to work --- manifests/setup/hosts.pp | 1 + manifests/setup/precise64.pp | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/setup/hosts.pp b/manifests/setup/hosts.pp index e9d778b..b733cbe 100644 --- a/manifests/setup/hosts.pp +++ b/manifests/setup/hosts.pp @@ -82,3 +82,4 @@ file_line { 'wgetrc_proxy': } +node default { } diff --git a/manifests/setup/precise64.pp b/manifests/setup/precise64.pp index c448af0..7d6acd7 100644 --- a/manifests/setup/precise64.pp +++ b/manifests/setup/precise64.pp @@ -32,5 +32,3 @@ exec { '/usr/bin/apt-get update': # bring up the bridging interface explicitly #exec { '/sbin/ifconfig eth2 up': } - -node default { }