Commit a5db44c85504ac431a346c7307f939f873038a36

Authored by Will Farrington
1 parent 8088edd47f

new class names

Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff

... ... @@ -55,7 +55,6 @@
55 55 include hub
56 56 include nginx
57 57 include nvm
58   - include ruby
59 58  
60 59 # fail if FDE is not enabled
61 60 if $::root_encrypted == 'no' {
... ... @@ -68,9 +67,10 @@
68 67 include nodejs::0-8
69 68  
70 69 # default ruby versions
71   - include ruby::1-8-7
72   - include ruby::1-9-2
73   - include ruby::1-9-3
  70 + include ruby::1_8_7
  71 + include ruby::1_9_2
  72 + include ruby::1_9_3
  73 + include ruby::2_0_0
74 74  
75 75 # common, useful packages
76 76 package {