Commit Graph

15 Commits

Author SHA1 Message Date
Geoff Garside 6c5e75b194 Fix puppet-lint indentation for previous commit. 2013-10-08 22:51:33 +01:00
Geoff Garside 9847474b7c Ensure /etc/make.conf file is present.
The file is required to be present in order for the file_line resource
to work correctly. Add require to ensure the file is created before the
WITH_PKGNG is attempted to be set.
2013-10-08 22:51:05 +01:00
Geoff Garside 70e3ffac9d Fix make.conf WITH_PKGNG=yes content to handle \n
Using single quotes with \n will write this escape character into the
file, using double quotes will correctly write the newline into the
file.
2013-10-08 22:44:37 +01:00
Zach Leslie 13cd89f525 stop using concat, and start using file_line 2013-09-21 13:13:57 -07:00
Zach Leslie 5c04a9cedd Fix prefetching
Prefetching was not working as of implementing versionable.  It now
works, but the test is broken, since I am not sure how to test
@property_hash.
2013-06-25 09:51:12 -07:00
Zach Leslie f4c6679ef9 move params into pkgng::params and include more configuration paramaters 2013-06-09 18:59:10 -07:00
Jiří Kubíček acb6e4debf Fixing concat call
Based on https://groups.google.com/d/msg/puppet-users/vqEt5fobTDw/qQcsMcdO2-MJ
2013-05-07 04:52:30 +02:00
Zach Leslie 3df5cf0793 add doc and randomize cron hour somewhat 2013-01-03 21:06:26 -08:00
Zach Leslie 18740a6312 update pacakgesite 2012-12-02 14:05:05 -08:00
Zach Leslie 34a67da38f spell 2012-11-07 20:36:12 -08:00
Zach Leslie 963b0338c5 Merge branch 'master' of git://github.com/kubicek/puppet-pkgng
Conflicts:
	manifests/init.pp
2012-10-21 13:16:50 -07:00
Zach Leslie 75c0b0f838 update fact, add comments, etc. 2012-10-15 21:19:26 -07:00
Jiří Kubíček 52fe0d52fd pkg update is now forced
pkg update needs to be forced when changing
packgesite uri to really reload the repo db.
2012-10-10 02:03:21 +02:00
Zach Leslie 88d794f669 add some safety logic and a couple facts 2012-09-20 20:41:58 -07:00
Zach Leslie 0358f82b88 initial revision 2012-06-25 08:18:31 -07:00