Skip to content

Commit

Permalink
Set sources to undef
Browse files Browse the repository at this point in the history
Prior to this commit I was using the fac this was undef to make some
magic happen but many people found it confusing. This commit explicitly
sets this to undef to the defaults still working correctly in the config
class
  • Loading branch information
acidprime committed Mar 28, 2014
1 parent cb7951b commit e6ef0d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
$version = '1.1.0'
$manage_modulepath = false
$install_options = ''
$sources = undef

# r10k configuration
$r10k_config_file = '/etc/r10k.yaml'
Expand Down

1 comment on commit e6ef0d1

@acidprime
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should close #19 and #38 effectively

Please sign in to comment.