File: listing_formats.pp

package info (click to toggle)
puppet-module-swift 27.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,480 kB
  • sloc: ruby: 9,604; python: 33; makefile: 10; sh: 10
file content (25 lines) | stat: -rw-r--r-- 390 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Configure swift listing_formats.
#
# == Parameters
#
# == Examples
#
#  include swift::proxy::listing_formats
#
# == Authors
#
#   Takashi Kajinami <tkajinam@redhat.com>
#
# == Copyright
#
# Copyright (C) 2021 Red Hat
#
class swift::proxy::listing_formats (
) {
  include swift::deps

  swift_proxy_config {
    'filter:listing_formats/use': value => 'egg:swift#listing_formats';
  }
}