Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #127 from mld/whitespacefix
White space fix for puppet-lint
  • Loading branch information
zachfi committed Jun 7, 2016
2 parents f0b14f2 + ac5b4cc commit 51fa987
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion LICENSE
Expand Up @@ -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.

1 change: 0 additions & 1 deletion README.md
Expand Up @@ -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.

4 changes: 2 additions & 2 deletions manifests/init.pp
Expand Up @@ -111,7 +111,7 @@
} else {
Exec['download-roothints'] -> File[$hints_file]
}

file { [
$confdir,
$conf_d,
Expand All @@ -126,7 +126,7 @@
path => ['/usr/bin','/usr/local/bin'],
before => [ Concat::Fragment['unbound-header'] ],
}

if $confdir == $runtime_dir {
File[$confdir] {
owner => $owner,
Expand Down
1 change: 0 additions & 1 deletion spec/unit/unbound/validate_addrs_spec.rb
Expand Up @@ -75,4 +75,3 @@
end
end
end

0 comments on commit 51fa987

Please sign in to comment.