File: dbconn.pp

package info (click to toggle)
puppet-module-oslo 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 976 kB
  • sloc: ruby: 2,304; python: 38; makefile: 10; sh: 10
file content (6 lines) | stat: -rw-r--r-- 136 bytes parent folder | download
1
2
3
4
5
6
type Oslo::Dbconn = Variant[
  Oslo::Dbconn::Sqlite,
  Oslo::Dbconn::Mysql,
  Oslo::Dbconn::Postgres,
  Openstacklib::Servicedefault,
]