Skip to content

Commit

Permalink
Make 1.1.447 the default version
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Apr 20, 2018
1 parent bda825a commit 19657fd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python: "2.7"

env:
- ANSIBLE_VERSION=latest
- ANSIBLE_VERSION=2.5.1
- ANSIBLE_VERSION=2.5.0
- ANSIBLE_VERSION=2.4.4.0
- ANSIBLE_VERSION=2.4.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Set up (the latest version of) [RStudio Server](https://www.rstudio.com/products

#### Variables

* `rstudio_server_version` [default: `1.1.383`]: Version to install
* `rstudio_server_version` [default: `1.1.447`]: Version to install
* `rstudio_server_install` [default: `[]`]: Additional packages to install (e.g. `r-base`)

* `rstudio_server_www_port` [default: `8787`]: The port you want RStudio to listen on
Expand Down
7 changes: 7 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ boxes = [
:cpu => "50",
:ram => "256"
},
{
:name => "debian-9",
:box => "bento/debian-9",
:ip => '10.0.0.16',
:cpu => "50",
:ram => "256"
},
]

Vagrant.configure("2") do |config|
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults file for rstudio-server
---
rstudio_server_version: 1.1.383
rstudio_server_version: 1.1.447
rstudio_server_install: []

rstudio_server_www_port: 8787
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ galaxy_info:
- name: Debian
versions:
- jessie
- stretch
galaxy_tags:
- development
- system
Expand Down

0 comments on commit 19657fd

Please sign in to comment.