Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created April 12, 2012 17:58
Show Gist options
  • Save bodepd/2369671 to your computer and use it in GitHub Desktop.
Save bodepd/2369671 to your computer and use it in GitHub Desktop.
exec { 'glance-manage db_sync':
path => '/usr/bin',
refreshonly => true.
logoutput => on_failure,
subscribe => [Package['glance'], File['/etc/glance/glance-registry.conf']],
notify => Service['glance-registry'],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment