diff --git a/LICENSE b/LICENSE index c920e012..10fd7c47 100644 --- a/LICENSE +++ b/LICENSE @@ -188,4 +188,3 @@ Apache License WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - diff --git a/README.md b/README.md index e483feb0..fadc7db4 100644 --- a/README.md +++ b/README.md @@ -217,4 +217,3 @@ You can find more information about Unbound and its configuration items at ## Contribute Please help me make this module awesome! Send pull requests and file issues. - diff --git a/manifests/init.pp b/manifests/init.pp index 026fa523..3bc3dd11 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -111,7 +111,7 @@ } else { Exec['download-roothints'] -> File[$hints_file] } - + file { [ $confdir, $conf_d, @@ -126,7 +126,7 @@ path => ['/usr/bin','/usr/local/bin'], before => [ Concat::Fragment['unbound-header'] ], } - + if $confdir == $runtime_dir { File[$confdir] { owner => $owner, diff --git a/spec/unit/unbound/validate_addrs_spec.rb b/spec/unit/unbound/validate_addrs_spec.rb index c885c3d2..0bc71795 100644 --- a/spec/unit/unbound/validate_addrs_spec.rb +++ b/spec/unit/unbound/validate_addrs_spec.rb @@ -75,4 +75,3 @@ end end end -