Skip to content

Commit f9ea1a0

Browse files
committed
fix for future parser
1 parent 504e30e commit f9ea1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/agent.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
$service_enable = undef
147147
}
148148
default: {
149-
err 'Unsupported puppet run style in Class[\'puppet::agent\']'
149+
err('Unsupported puppet run style in Class[\'puppet::agent\']')
150150
}
151151
}
152152

0 commit comments

Comments
 (0)