<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet.git/spec/unit/provider/vlan, branch master</title>
<subtitle>Puppet repo</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/'/>
<entry>
<title>maint: fix spec_helper inclusions again.</title>
<updated>2011-05-17T22:23:12+00:00</updated>
<author>
<name>Daniel Pittman</name>
<email>daniel@puppetlabs.com</email>
</author>
<published>2011-05-17T22:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=d1cc24f6e7eb8ea5b29f0611eaa8246f9d7d4d25'/>
<id>d1cc24f6e7eb8ea5b29f0611eaa8246f9d7d4d25</id>
<content type='text'>
We got rid of the '../../spec_helper' style requires, but a few of them snuck
back in in recent changes.  This purges them out, replaced with the header:

    #!/usr/bin/env rspec
    require 'spec_helper'

Reviewed-By: Nick Lewis &lt;nick@puppetlabs.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We got rid of the '../../spec_helper' style requires, but a few of them snuck
back in in recent changes.  This purges them out, replaced with the header:

    #!/usr/bin/env rspec
    require 'spec_helper'

Reviewed-By: Nick Lewis &lt;nick@puppetlabs.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.x</title>
<updated>2011-04-18T21:08:32+00:00</updated>
<author>
<name>Pieter van de Bruggen</name>
<email>pieter@puppetlabs.com</email>
</author>
<published>2011-04-18T20:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=07b677c5f6af8def03c5c30393fd83bc3986239a'/>
<id>07b677c5f6af8def03c5c30393fd83bc3986239a</id>
<content type='text'>
Reviewed-By: Mike Stahnke
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-By: Mike Stahnke
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: clean up the spec test headers in bulk.</title>
<updated>2011-04-13T07:36:38+00:00</updated>
<author>
<name>Daniel Pittman</name>
<email>daniel@puppetlabs.com</email>
</author>
<published>2011-04-13T07:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=db11770718c61f9ee3d5fcd703c5c0c7c05227ca'/>
<id>db11770718c61f9ee3d5fcd703c5c0c7c05227ca</id>
<content type='text'>
We now use a shebang of: #!/usr/bin/env rspec

This enables the direct execution of spec tests again, which was lost earlier
during the transition to more directly using the rspec2 runtime environment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now use a shebang of: #!/usr/bin/env rspec

This enables the direct execution of spec tests again, which was lost earlier
during the transition to more directly using the rspec2 runtime environment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add management of router/switchs global vlans</title>
<updated>2011-04-08T08:19:54+00:00</updated>
<author>
<name>Brice Figureau</name>
<email>brice-puppet@daysofwonder.com</email>
</author>
<published>2011-01-02T18:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=28e3db87a105eba5eddbb11167d0a6c33b18f8ce'/>
<id>28e3db87a105eba5eddbb11167d0a6c33b18f8ce</id>
<content type='text'>
This allows to manage the global device list of vlans.
Currently supports only cisco IOS devices.

This is as easy as:

Vlan {
 device_url =&gt; "ssh://user:pass@switch.domain.com/"
}

vlan {
 "200": description =&gt; "R&amp;D";
 "99":  description =&gt; "Management";
}

The device_url conforms to the same specs as for the interface
type.

Signed-off-by: Brice Figureau &lt;brice-puppet@daysofwonder.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows to manage the global device list of vlans.
Currently supports only cisco IOS devices.

This is as easy as:

Vlan {
 device_url =&gt; "ssh://user:pass@switch.domain.com/"
}

vlan {
 "200": description =&gt; "R&amp;D";
 "99":  description =&gt; "Management";
}

The device_url conforms to the same specs as for the interface
type.

Signed-off-by: Brice Figureau &lt;brice-puppet@daysofwonder.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
