Skip to content

Commit

Permalink
Remove yum host entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnelson0 committed Jan 13, 2015
1 parent d64756b commit 81d21bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions hosts_add.pp
Expand Up @@ -4,9 +4,3 @@
ip => '10.0.0.5',
target => '/etc/hosts',
}
host { 'yum.example.com':
ensure => 'present',
host_aliases => ['yum'],
ip => '10.0.0.252',
target => '/etc/hosts',
}
3 changes: 0 additions & 3 deletions hosts_remove.pp
@@ -1,6 +1,3 @@
host { 'puppet.example.com':
ensure => 'absent',
}
host { 'yum.example.com':
ensure => 'absent',
}

0 comments on commit 81d21bb

Please sign in to comment.