Skip to content

Commit

Permalink
Install puppetlabs/apt from GitHub
Browse files Browse the repository at this point in the history
This brings in the following changes which I have deemed to be useful:

  - [[puppetlabs/puppetlabs-apt#604 | #604: Fix version check on 16.04]]
  - [[puppetlabs/puppetlabs-apt#605 | #605: Install `software-properties-common` for `xenial`]]
  • Loading branch information
Joshua Spence committed May 14, 2016
1 parent 48cefe9 commit 1b7d2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"fade_fold_buttons": false,
"find_selected_text": true,
"fold_buttons": true,
"font_size": 15,
"font_size": 20,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
Expand Down
2 changes: 1 addition & 1 deletion puppet/Puppetfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
moduledir 'ext_modules'

mod 'puppetlabs/apt', '2.2.2'
mod 'puppetlabs/apt', :git => 'https://github.com/puppetlabs/puppetlabs-apt'
mod 'puppetlabs/git', '0.4.0'
mod 'jgazeley/lm_sensors', '0.2.1'
mod 'puppetlabs/mysql', '3.7.0'
Expand Down

0 comments on commit 1b7d2fb

Please sign in to comment.