Skip to content

Commit 0537ba0

Browse files
committed
fix: don't do append
1 parent 0466adc commit 0537ba0

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

src/snippets/source/weapon/weapon.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,6 @@
4141
],
4242
"description": "user credentials"
4343
},
44-
"user credentials yaml append": {
45-
"prefix": "- user:",
46-
"body": [
47-
"- user: ${1:admin}",
48-
" password: ${2:password}",
49-
" nt_hash: ${2:5fbc3d5fec8206a30f4b6c473d68ae76}",
50-
" login: ${3:EXAMPLE}",
51-
" is_current: ${4:false}",
52-
" props: {}"
53-
],
54-
"description": "user credentials append"
55-
},
5644
"host yaml creation": {
5745
"prefix": "```yaml host",
5846
"body": [
@@ -68,19 +56,5 @@
6856
"```"
6957
],
7058
"description": "host information"
71-
},
72-
"host yaml append": {
73-
"prefix": "- hostname:",
74-
"body": [
75-
"- hostname: ${1:example.com}",
76-
" ip: ${2:192.168.1.100}",
77-
" alias:",
78-
" - dc01.${1:example.com}",
79-
" is_dc: ${5:false}",
80-
" is_current: ${6:false}",
81-
" is_current_dc: ${7:false}",
82-
" props: {}"
83-
],
84-
"description": "host information"
8559
}
8660
}

0 commit comments

Comments
 (0)