This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DPKG_TIMESTAMP %{TIMESTAMP_ISO8601:timestamp} | |
DPKG_PACKAGE [-+~\.0-9a-zA-Z]+ | |
DPKG_ARCH [a-z0-9]+ | |
DPKG_PKGARCH %{DPKG_PACKAGE:package}(:%{DPKG_ARCH:arch})? | |
DPKG_VERSION [-+~<>\.0-9a-zA-Z]+ | |
DPKG_ACTION0 (startup archives|startup packages|conffile) | |
DPKG_ACTION1 (configure|remove|upgrade|purge|status (config-files|installed|not-installed|triggers-awaited|triggers-pending|unpacked|half-installed|half-configured)) | |
DPKG_ACTION2 (trigproc|upgrade) | |
DPKG_0_VERSIONS %{DPKG_ACTION0:action} | |
DPKG_1_VERSIONS (%{DPKG_ACTION1:action} %{DPKG_PKGARCH} %{DPKG_VERSION:version})$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
postgresql-database: | |
nova: | |
user: novaauth | |
password: novaauth | |
name: novaauth |