Skip to content

Instantly share code, notes, and snippets.

@kevinprince
Created August 12, 2013 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinprince/6213894 to your computer and use it in GitHub Desktop.
Save kevinprince/6213894 to your computer and use it in GitHub Desktop.
exec { "Set Computer Name":
command => "scutil --set ComputerName ${hostname}",
user => "root",
unless => "scutil --get ComputerName | grep ${hostname}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment