diff --git a/ncm-postfix/src/main/pan/components/postfix/config.pan b/ncm-postfix/src/main/pan/components/postfix/config.pan index 2309ab28e0..fac4eb70b7 100644 --- a/ncm-postfix/src/main/pan/components/postfix/config.pan +++ b/ncm-postfix/src/main/pan/components/postfix/config.pan @@ -14,4 +14,4 @@ prefix '/software/components/postfix'; 'dispatch' ?= true; 'dependencies/pre' ?= list('spma'); -'/software/packages' = pkg_repl('ncm-postfix','${no-snapshot-version}-${rpm.release}','noarch'); +'/software/packages' = pkg_repl('ncm-postfix', '${no-snapshot-version}-${rpm.release}', 'noarch'); diff --git a/ncm-postfix/src/main/pan/components/postfix/schema.pan b/ncm-postfix/src/main/pan/components/postfix/schema.pan index a6cea2c795..0e610a090f 100644 --- a/ncm-postfix/src/main/pan/components/postfix/schema.pan +++ b/ncm-postfix/src/main/pan/components/postfix/schema.pan @@ -10,11 +10,11 @@ include 'quattor/types/component'; @{ Types of lookup tables (databases) Postfix is capable to handle. } -type postfix_lookup_type_string = string with - match (SELF, "^(btree|cdb|cidr|dbm|environ|fail|hash|internal|ldap" + - "|memcache|mysql|netinfo|nis|nisplus|pcre|pgsql|proxy|regexp" + - "|sdbm|socketmap|sqlite|static|tcp|texthash|unix)$") || - error ("Wrong Postfix lookup type. See http://www.postfix.org/DATABASE_README.html for details"); +type postfix_lookup_type_string = string with match(SELF, + "^(btree|cdb|cidr|dbm|environ|fail|hash|internal|ldap" + + "|memcache|mysql|netinfo|nis|nisplus|pcre|pgsql|proxy|regexp" + + "|sdbm|socketmap|sqlite|static|tcp|texthash|unix)$" +) || error("Wrong Postfix lookup type. See http://www.postfix.org/DATABASE_README.html for details"); @{ Definition of a lookup in Postfix