Re: [Puppet Users] Re: Multiple swap spaces

2011-08-22 Thread Brian Troutwine
On Mon, Aug 22, 2011 at 1:12 PM, Stefan Schulte < stefan.schu...@taunusstein.net> wrote: > On Mon, Aug 22, 2011 at 12:53:58PM -0400, Brian Troutwine wrote: > > On Mon, Aug 22, 2011 at 12:46 PM, Stefan Schulte < > > stefan.schu...@taunusstein.net> wrote: > > > > > Let's say you have just one swap d

Re: [Puppet Users] Re: Multiple swap spaces

2011-08-22 Thread Stefan Schulte
On Mon, Aug 22, 2011 at 12:53:58PM -0400, Brian Troutwine wrote: > On Mon, Aug 22, 2011 at 12:46 PM, Stefan Schulte < > stefan.schu...@taunusstein.net> wrote: > > > Let's say you have just one swap device and the following configuration > > > > mount { 'swap': > >fstype => 'swap', > >devi

Re: [Puppet Users] Re: Multiple swap spaces

2011-08-22 Thread Brian Troutwine
On Mon, Aug 22, 2011 at 11:19 AM, jcbollinger wrote: > > > On Aug 21, 2:56 pm, Brian Troutwine wrote: > > Hello, all. > > > > I have a box that I'd like to have striping swap spaces. I attempted: > > > > mount { 'swap': > > alias => 'swap0', > > atboot => true, > > device => '/dev

Re: [Puppet Users] Re: Multiple swap spaces

2011-08-22 Thread Brian Troutwine
On Mon, Aug 22, 2011 at 12:46 PM, Stefan Schulte < stefan.schu...@taunusstein.net> wrote: > On Mon, Aug 22, 2011 at 08:19:35AM -0700, jcbollinger wrote: > > > > > > On Aug 21, 2:56 pm, Brian Troutwine wrote: > > > Hello, all. > > > > > > I have a box that I'd like to have striping swap spaces. I

Re: [Puppet Users] Re: Multiple swap spaces

2011-08-22 Thread Stefan Schulte
On Mon, Aug 22, 2011 at 08:19:35AM -0700, jcbollinger wrote: > > > On Aug 21, 2:56 pm, Brian Troutwine wrote: > > Hello, all. > > > > I have a box that I'd like to have striping swap spaces. I attempted: > > > >   mount { 'swap': > >     alias   => 'swap0', > >     atboot => true, > >     device