Skip to content

Commit 9a1b1f4

Browse files
committed
fix InternalValidate error on cpu.mode block
Fixes error: * resource libvirt_domain: cpu: TypeMap with Elem *Resource not supported,use TypeList/TypeSet with Elem *Resource or TypeMap with Elem *Schema
1 parent eef2d21 commit 9a1b1f4

File tree

4 files changed

+104
-0
lines changed

4 files changed

+104
-0
lines changed

website/.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_PATH: "vendor"

website/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'middleman'

website/Gemfile.lock

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (5.0.7.2)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
addressable (2.7.0)
10+
public_suffix (>= 2.0.2, < 5.0)
11+
backports (3.15.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.12.2)
16+
concurrent-ruby (1.1.5)
17+
contracts (0.13.0)
18+
dotenv (2.7.5)
19+
erubis (2.7.0)
20+
execjs (2.7.0)
21+
fast_blank (1.0.0)
22+
fastimage (2.1.7)
23+
ffi (1.11.1)
24+
haml (5.1.2)
25+
temple (>= 0.8.0)
26+
tilt
27+
hamster (3.0.0)
28+
concurrent-ruby (~> 1.0)
29+
hashie (3.6.0)
30+
i18n (0.9.5)
31+
concurrent-ruby (~> 1.0)
32+
kramdown (1.17.0)
33+
listen (3.0.8)
34+
rb-fsevent (~> 0.9, >= 0.9.4)
35+
rb-inotify (~> 0.9, >= 0.9.7)
36+
memoist (0.16.0)
37+
middleman (4.3.5)
38+
coffee-script (~> 2.2)
39+
haml (>= 4.0.5)
40+
kramdown (~> 1.2)
41+
middleman-cli (= 4.3.5)
42+
middleman-core (= 4.3.5)
43+
middleman-cli (4.3.5)
44+
thor (>= 0.17.0, < 2.0)
45+
middleman-core (4.3.5)
46+
activesupport (>= 4.2, < 5.1)
47+
addressable (~> 2.3)
48+
backports (~> 3.6)
49+
bundler
50+
contracts (~> 0.13.0)
51+
dotenv
52+
erubis
53+
execjs (~> 2.0)
54+
fast_blank
55+
fastimage (~> 2.0)
56+
hamster (~> 3.0)
57+
hashie (~> 3.4)
58+
i18n (~> 0.9.0)
59+
listen (~> 3.0.0)
60+
memoist (~> 0.14)
61+
padrino-helpers (~> 0.13.0)
62+
parallel
63+
rack (>= 1.4.5, < 3)
64+
sassc (~> 2.0)
65+
servolux
66+
tilt (~> 2.0.9)
67+
uglifier (~> 3.0)
68+
minitest (5.12.2)
69+
padrino-helpers (0.13.3.4)
70+
i18n (~> 0.6, >= 0.6.7)
71+
padrino-support (= 0.13.3.4)
72+
tilt (>= 1.4.1, < 3)
73+
padrino-support (0.13.3.4)
74+
activesupport (>= 3.1)
75+
parallel (1.18.0)
76+
public_suffix (4.0.1)
77+
rack (2.0.7)
78+
rb-fsevent (0.10.3)
79+
rb-inotify (0.10.0)
80+
ffi (~> 1.0)
81+
sassc (2.2.1)
82+
ffi (~> 1.9)
83+
servolux (0.13.0)
84+
temple (0.8.2)
85+
thor (0.20.3)
86+
thread_safe (0.3.6)
87+
tilt (2.0.10)
88+
tzinfo (1.2.5)
89+
thread_safe (~> 0.1)
90+
uglifier (3.2.0)
91+
execjs (>= 0.3.0, < 3)
92+
93+
PLATFORMS
94+
ruby
95+
96+
DEPENDENCIES
97+
middleman
98+
99+
BUNDLED WITH
100+
1.17.2

website/config.rb

Whitespace-only changes.

0 commit comments

Comments
 (0)