Skip to content

Instantly share code, notes, and snippets.

@tuxmea
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save tuxmea/bf376284ceaff1c1f450 to your computer and use it in GitHub Desktop.

Select an option

Save tuxmea/bf376284ceaff1c1f450 to your computer and use it in GitHub Desktop.
property and Puppet Type dependency
e.g.
onevnet_addressrange { 'foo':
ensure => present,
onevnet => 'bar',
...
}
Should check, that
onevnet { 'bar':
ensure => present,
...
}
is also in the catalog.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment