]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/keystone/manifests/db/sync.pp
Revert "add stackforge/keystone to 3rdparty"
[dsa-puppet.git] / 3rdparty / modules / keystone / manifests / db / sync.pp
diff --git a/3rdparty/modules/keystone/manifests/db/sync.pp b/3rdparty/modules/keystone/manifests/db/sync.pp
deleted file mode 100644 (file)
index 5984a03..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Class to execute "keystone-manage db_sync
-#
-class keystone::db::sync {
-  exec { 'keystone-manage db_sync':
-    path        => '/usr/bin',
-    user        => 'keystone',
-    refreshonly => true,
-    subscribe   => [Package['keystone'], Keystone_config['database/connection']],
-    require     => User['keystone'],
-  }
-
-  Exec['keystone-manage db_sync'] ~> Service<| title == 'keystone' |>
-}