Skip to content

Commit

Permalink
Merge pull request #92 from amenk/patch-1
Browse files Browse the repository at this point in the history
Update readme.md - Syntax of apt class
  • Loading branch information
Branan Purvine-Riley committed Oct 20, 2012
2 parents 99e30e4 + 5e268fe commit 9bce8cb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -12,13 +12,13 @@ should always be included in your manifests if you are using the `apt`
module.

class { 'apt':
$always_apt_update = false,
$disable_keys = undef,
$proxy_host = false,
$proxy_port = '8080',
$purge_sources_list = false,
$purge_sources_list_d = false,
$purge_preferences_d = false
always_apt_update => false,
disable_keys => undef,
proxy_host => false,
proxy_port => '8080',
purge_sources_list => false,
purge_sources_list_d => false,
purge_preferences_d => false
}

### apt::builddep
Expand Down

0 comments on commit 9bce8cb

Please sign in to comment.