From 54d5654eebe8ef7849b66b3a8a3b52606d6106aa Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 2 Jan 2013 16:29:31 +0000 Subject: [PATCH] update yaml not to have quote in comments --- Netdisco/share/environments/development.yml | 4 ++-- Netdisco/share/environments/production.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Netdisco/share/environments/development.yml b/Netdisco/share/environments/development.yml index cc1c5309..90f001d5 100644 --- a/Netdisco/share/environments/development.yml +++ b/Netdisco/share/environments/development.yml @@ -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 diff --git a/Netdisco/share/environments/production.yml b/Netdisco/share/environments/production.yml index 3a6b5d51..f927f5a3 100644 --- a/Netdisco/share/environments/production.yml +++ b/Netdisco/share/environments/production.yml @@ -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'