aboutsummaryrefslogtreecommitdiff
path: root/manifests/server.pp
diff options
context:
space:
mode:
authorAdam Jahn <ajjahn@gmail.com>2015-04-11 15:51:50 -0400
committerAdam Jahn <ajjahn@gmail.com>2015-04-11 15:51:50 -0400
commit0b8794e9a6b01d018cf81f7500f07891e66c9220 (patch)
tree44e986156cd04830b15074d9ef697aeb85172c65 /manifests/server.pp
parentd15de7df5fa824f7db8f6c9a83db90ac6705355f (diff)
downloadpuppet-samba-0b8794e9a6b01d018cf81f7500f07891e66c9220.tar.gz
puppet-samba-0b8794e9a6b01d018cf81f7500f07891e66c9220.tar.bz2
fix syntax error
Diffstat (limited to 'manifests/server.pp')
-rw-r--r--manifests/server.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/server.pp b/manifests/server.pp
index 09a1b27..9eace3d 100644
--- a/manifests/server.pp
+++ b/manifests/server.pp
@@ -18,7 +18,7 @@ class samba::server($interfaces = '',
$incl = '/etc/samba/smb.conf'
$context = '/files/etc/samba/smb.conf'
- $target = 'target[. = 'global']'
+ $target = 'target[. = "global"]'
augeas { 'global-section':
incl => $incl,