Use relative name for class inclusion
This patch replces the remaining usage of absolute name in class inclusion and makes all class inclusion depend on relative name. Change-Id: I4f35b80c12eb6bad0b34cd93cf2ddf296f3d36b5
This commit is contained in:
		@@ -22,7 +22,7 @@ class swift::proxy::audit (
 | 
				
			|||||||
  $audit_map_file = '/etc/pycadf/swift_api_audit_map.conf',
 | 
					  $audit_map_file = '/etc/pycadf/swift_api_audit_map.conf',
 | 
				
			||||||
) {
 | 
					) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  include ::swift::deps
 | 
					  include swift::deps
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  swift_proxy_config {
 | 
					  swift_proxy_config {
 | 
				
			||||||
    'filter:audit/paste.filter_factory': value => $filter_factory;
 | 
					    'filter:audit/paste.filter_factory': value => $filter_factory;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,7 +14,7 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
# == Example
 | 
					# == Example
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# include ::swift::proxy::symlink
 | 
					# include swift::proxy::symlink
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# == Parameters
 | 
					# == Parameters
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -53,8 +53,8 @@ class swift::storage::cron::recon(
 | 
				
			|||||||
  $configfile = '/etc/swift/object-server.conf',
 | 
					  $configfile = '/etc/swift/object-server.conf',
 | 
				
			||||||
  $user       = 'swift'
 | 
					  $user       = 'swift'
 | 
				
			||||||
) {
 | 
					) {
 | 
				
			||||||
  include ::swift::deps
 | 
					  include swift::deps
 | 
				
			||||||
  include ::swift::params
 | 
					  include swift::params
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  cron { 'swift-recon-cron':
 | 
					  cron { 'swift-recon-cron':
 | 
				
			||||||
    command     => "swift-recon-cron ${configfile}",
 | 
					    command     => "swift-recon-cron ${configfile}",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user