diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-18 16:31:31 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-18 16:31:31 -0300 | 
| commit | 999e4e426996f3169b0a8f647eee8e8ab4ec8c33 (patch) | |
| tree | 9655ef1f1ec18ea258d26176a92fa5bbdb9732b4 | |
| parent | f620f040d90f29380a5760e51d5e64f7db5aa50d (diff) | |
| download | puppet-bind-999e4e426996f3169b0a8f647eee8e8ab4ec8c33.tar.gz puppet-bind-999e4e426996f3169b0a8f647eee8e8ab4ec8c33.tar.bz2  | |
Removing requirements from bind::mx
| -rw-r--r-- | manifests/definitions/bind-mx.pp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/definitions/bind-mx.pp b/manifests/definitions/bind-mx.pp index f92ea16..10f34b8 100644 --- a/manifests/definitions/bind-mx.pp +++ b/manifests/definitions/bind-mx.pp @@ -29,7 +29,6 @@ define bind::mx($ensure=present,      ensure  => $ensure,      notify  => Service["bind9"],      content => template("bind/mx-record.erb"), -    require => [Bind::Zone[$zone], Bind::A[$host]],    }  }  | 
