Advertisement
t-readyroc

r-cran

May 11th, 2016
2,601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Puppet 0.26 KB | None | 0 0
  1. class repos::r-cran {
  2.  
  3.   apt::source { 'r-cran':
  4.     location => 'http://cran.rstudio.com/bin/linux/ubuntu',
  5.     release  => "$lsbdistcodename/",
  6.     repos    => '',
  7.     key      => {
  8.       'id'   => 'E298A3A825C0D65DFD57CBB651716619E084DAB9',
  9.     },
  10.   }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement