Skip to content

Instantly share code, notes, and snippets.

@gkmngrgn
Created December 13, 2012 09:44
Show Gist options
  • Save gkmngrgn/4275345 to your computer and use it in GitHub Desktop.
Save gkmngrgn/4275345 to your computer and use it in GitHub Desktop.
a simple puppet config file for setting postgresql charset.
postgresql::db{ 'vagrant':
user => 'vagrant',
password => 'vagrant',
grant => 'all',
charset => 'utf8',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment