diff options
Diffstat (limited to 'spec/fixtures/manifests/init.pp')
-rw-r--r-- | spec/fixtures/manifests/init.pp | 2 |
1 files changed, 0 insertions, 2 deletions
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 {} |