<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib/chef/knife/yaml_convert.rb, branch https</title>
<subtitle>github.com: opscode/chef.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/'/>
<entry>
<title>Use inspect instead of switching on element type.</title>
<updated>2020-05-01T18:06:58+00:00</updated>
<author>
<name>Pete Higgins</name>
<email>pete@peterhiggins.org</email>
</author>
<published>2020-04-30T20:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=f1cd6966b2afdc12a5eb9204c26c4ccc5fcd3097'/>
<id>f1cd6966b2afdc12a5eb9204c26c4ccc5fcd3097</id>
<content type='text'>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't quote arrays in yaml conversion.</title>
<updated>2020-05-01T18:06:58+00:00</updated>
<author>
<name>Pete Higgins</name>
<email>pete@peterhiggins.org</email>
</author>
<published>2020-04-30T00:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=1331667329f28abec0889a33f2f4aedc10232666'/>
<id>1331667329f28abec0889a33f2f4aedc10232666</id>
<content type='text'>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow symbols in yaml conversion.</title>
<updated>2020-05-01T18:06:58+00:00</updated>
<author>
<name>Pete Higgins</name>
<email>pete@peterhiggins.org</email>
</author>
<published>2020-04-30T00:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=49023657dac85892d9c434a18b6454c16da9f3ed'/>
<id>49023657dac85892d9c434a18b6454c16da9f3ed</id>
<content type='text'>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove copyright dates</title>
<updated>2020-04-13T22:47:17+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2020-04-13T22:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=4d3b847aee1b917bb139862c623e9633d180fb31'/>
<id>4d3b847aee1b917bb139862c623e9633d180fb31</id>
<content type='text'>
Legally incredibly dubious, particularly since we don't follow it
strictly as policy, and we have git history instead, which does it right.
This is just a waste of time and a cargo cult.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Legally incredibly dubious, particularly since we don't follow it
strictly as policy, and we have git history instead, which does it right.
This is just a waste of time and a cargo cult.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Output to a file instead of stdout</title>
<updated>2020-03-25T18:57:38+00:00</updated>
<author>
<name>Bryan McLellan</name>
<email>btm@loftninjas.org</email>
</author>
<published>2020-03-23T22:04:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=45c48f8ffb857d13b7a3f1ae6c522d3beffbbe5d'/>
<id>45c48f8ffb857d13b7a3f1ae6c522d3beffbbe5d</id>
<content type='text'>
Refactor and direct output to a file with some magic to make up a good
output filename.

Signed-off-by: Bryan McLellan &lt;btm@loftninjas.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor and direct output to a file with some magic to make up a good
output filename.

Signed-off-by: Bryan McLellan &lt;btm@loftninjas.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a `knife yaml convert` tool</title>
<updated>2020-03-25T18:57:38+00:00</updated>
<author>
<name>Bryan McLellan</name>
<email>btm@loftninjas.org</email>
</author>
<published>2020-03-18T04:59:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b6682242811500f11ccb085305e9d9e5164909e0'/>
<id>b6682242811500f11ccb085305e9d9e5164909e0</id>
<content type='text'>
Very basic interface, reads in a YAML recipe, ruby recipe goes to stdout.

```
---
resources:

  - type: "bash"
    name: "new chef user"
    code: "
    touch /tmp/jmc/something ;
    echo something &gt;&gt; /tmp/jmc/something ;
    rm -f /tmp/jmc/bash ;
    "

something:
  - other: "dont use this"
```

gets converted to:

```

bash "new chef user" do
  code " touch /tmp/jmc/something ; echo something &gt;&gt; /tmp/jmc/something ; rm -f /tmp/jmc/bash ; "
end
```

Signed-off-by: Bryan McLellan &lt;btm@loftninjas.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Very basic interface, reads in a YAML recipe, ruby recipe goes to stdout.

```
---
resources:

  - type: "bash"
    name: "new chef user"
    code: "
    touch /tmp/jmc/something ;
    echo something &gt;&gt; /tmp/jmc/something ;
    rm -f /tmp/jmc/bash ;
    "

something:
  - other: "dont use this"
```

gets converted to:

```

bash "new chef user" do
  code " touch /tmp/jmc/something ; echo something &gt;&gt; /tmp/jmc/something ; rm -f /tmp/jmc/bash ; "
end
```

Signed-off-by: Bryan McLellan &lt;btm@loftninjas.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
