aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jahn <ajjahn@gmail.com>2015-12-07 16:17:25 -0500
committerAdam Jahn <ajjahn@gmail.com>2015-12-07 16:17:25 -0500
commit95cb988077ec2f5c79e4a2bd67d4b252fdc8739c (patch)
tree7a0ee23573800250cddcab7c7adc4ef30b521cea
parent91ae01bd358ea0696a865c88207e61daafe7cd8a (diff)
downloadpuppet-samba-95cb988077ec2f5c79e4a2bd67d4b252fdc8739c.tar.gz
puppet-samba-95cb988077ec2f5c79e4a2bd67d4b252fdc8739c.tar.bz2
clean whitespace
-rw-r--r--manifests/server.pp1
-rw-r--r--spec/fixtures/manifests/init.pp2
2 files changed, 0 insertions, 3 deletions
diff --git a/manifests/server.pp b/manifests/server.pp
index a73ad99..550659c 100644
--- a/manifests/server.pp
+++ b/manifests/server.pp
@@ -74,5 +74,4 @@ class samba::server($interfaces = '',
mode => '0755',
content => template("${module_name}/add_samba_user"),
}
-
}
diff --git a/spec/fixtures/manifests/init.pp b/spec/fixtures/manifests/init.pp
index 0f64360..94005cd 100644
--- a/spec/fixtures/manifests/init.pp
+++ b/spec/fixtures/manifests/init.pp
@@ -1,7 +1,5 @@
node 'testhost.example.com' {
-
include samba::server
-
}
node default {}