Merge "Fix semantic error in example config."

This commit is contained in:
Jenkins 2013-08-30 02:46:36 +00:00 committed by Gerrit Code Review
commit 5c2a42f11d

View File

@ -75,7 +75,7 @@ the node specifier). It might look something like this::
# local.pp
class { 'openstack_project::etherpad':
database_password => 'badpassword',
sysadmins => 'user@example.org',
sysadmins => ['user@example.org'],
}
.. note::