Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class repos::r-cran {
- apt::source { 'r-cran':
- location => 'http://cran.rstudio.com/bin/linux/ubuntu',
- release => "$lsbdistcodename/",
- repos => '',
- key => {
- 'id' => 'E298A3A825C0D65DFD57CBB651716619E084DAB9',
- },
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement