Created
April 12, 2012 17:58
-
-
Save bodepd/2369671 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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