Remove a bunch of 3rdparty modules that seem unused
[mirror/dsa-puppet.git] / 3rdparty / modules / cinder / manifests / db / sync.pp
diff --git a/3rdparty/modules/cinder/manifests/db/sync.pp b/3rdparty/modules/cinder/manifests/db/sync.pp
deleted file mode 100644 (file)
index 942f252..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-class cinder::db::sync {
-
-  include cinder::params
-
-  exec { 'cinder-manage db_sync':
-    command     => $::cinder::params::db_sync_command,
-    path        => '/usr/bin',
-    user        => 'cinder',
-    refreshonly => true,
-    require     => [File[$::cinder::params::cinder_conf], Class['cinder']],
-    logoutput   => 'on_failure',
-  }
-}