add default node to hosts.pp manifest

This is required for the update_repos flag to work
This commit is contained in:
Dan Bode
2013-01-11 11:05:59 -08:00
parent c9afa65249
commit fff4068c06
2 changed files with 1 additions and 2 deletions

View File

@@ -82,3 +82,4 @@ file_line { 'wgetrc_proxy':
} }
node default { }

View File

@@ -32,5 +32,3 @@ exec { '/usr/bin/apt-get update':
# bring up the bridging interface explicitly # bring up the bridging interface explicitly
#exec { '/sbin/ifconfig eth2 up': } #exec { '/sbin/ifconfig eth2 up': }
node default { }