Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created October 17, 2013 21:19
Show Gist options
  • Select an option

  • Save bodepd/7032366 to your computer and use it in GitHub Desktop.

Select an option

Save bodepd/7032366 to your computer and use it in GitHub Desktop.
class do_osd_things($name) {
osd {$name:
ensure => present,
}
ceph_config { 'default/osd_name':
value => "Osd[$name][id]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment