Skip to content

Instantly share code, notes, and snippets.

@mmonaco
Created February 28, 2014 14:39
Show Gist options
  • Save mmonaco/9272227 to your computer and use it in GitHub Desktop.
Save mmonaco/9272227 to your computer and use it in GitHub Desktop.
notice("IS_VIRTUAL: $is_virtual.")
env_setting { "GRUB_TIMEOUT":
file => "/etc/default/grub",
value => $is_virtual ? {
true => 0,
default => 5,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment