update yaml not to have quote in comments

This commit is contained in:
Oliver Gorwits
2013-01-02 16:29:31 +00:00
parent 244033449d
commit 54d5654eeb
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ plugins:
RaiseError: 1
AutoCommit: 1
# please do not change/remove this schema unless you
# know what you're doing!
# know what you are doing!
daemon:
schema_class: 'App::Netdisco::Daemon::DB'
dsn: 'dbi:SQLite:dbname=/home/netdisco/netdisco-daemon.db'
@@ -43,7 +43,7 @@ plugins:
no_auth: 1
# will be stripped from fqdn when displayed in the web UI
# don't forget the leading dot
# also, do not forget the leading dot
# domain_suffix: '.example.com'
# local settings for Netdisco poller and port changes

View File

@@ -28,7 +28,7 @@ plugins:
RaiseError: 1
AutoCommit: 1
# please do not change/remove this schema unless you
# know what you're doing!
# know what you are doing!
daemon:
schema_class: 'App::Netdisco::Daemon::DB'
dsn: 'dbi:SQLite:dbname=/home/netdisco/netdisco-daemon.db'
@@ -41,6 +41,6 @@ plugins:
# no_auth: 0
# will be stripped from fqdn when displayed in the web UI
# don't forget the leading dot
# also, do not forget the leading dot
# domain_suffix: '.example.com'