]> gitweb.fluxo.info Git - puppet-tftp.git/commitdiff
Whitespace changes in rspec file.
authorNan Liu <nan@puppetlabs.com>
Mon, 20 Aug 2012 17:22:04 +0000 (10:22 -0700)
committerNan Liu <nan@puppetlabs.com>
Mon, 20 Aug 2012 17:22:04 +0000 (10:22 -0700)
spec/classes/tftp_spec.rb

index 948f86d9f3e031e0f3e096d83e470f28b759d19c..12fefa97df19c8521b249b1e84f14c0359e20fd1 100644 (file)
@@ -10,10 +10,10 @@ describe 'tftp', :type => :class do
       should contain_file('/etc/default/tftpd-hpa')
       should contain_package('tftpd-hpa')
       should contain_service('tftpd-hpa').with({
-       'ensure'    => 'running',
-       'enable'    => true,
-       'hasstatus' => false,
-       'provider'  => nil,
+        'ensure'    => 'running',
+        'enable'    => true,
+        'hasstatus' => false,
+        'provider'  => nil,
       })
     }
   end
@@ -28,9 +28,9 @@ describe 'tftp', :type => :class do
       should contain_file('/etc/default/tftpd-hpa')
       should contain_service('tftpd-hpa').with({
         'ensure'    => 'running',
-       'enable'    => true,
-       'hasstatus' => true,
-       'provider'  => 'upstart',
+        'enable'    => true,
+        'hasstatus' => true,
+        'provider'  => 'upstart',
       })
     }
   end
@@ -45,11 +45,11 @@ describe 'tftp', :type => :class do
     })
 
       should contain_service('tftpd-hpa').with({
-       'ensure'    => 'running',
-       'enable'    => 'true',
-       'hasstatus' => false,
-       'provider'  => 'base',
-       'start'     => '/usr/sbin/in.tftpd -l -a 0.0.0.0:69 -u nobody --secure /var/lib/tftpboot',
+        'ensure'    => 'running',
+        'enable'    => 'true',
+        'hasstatus' => false,
+        'provider'  => 'base',
+        'start'     => '/usr/sbin/in.tftpd -l -a 0.0.0.0:69 -u nobody --secure /var/lib/tftpboot',
       })
     }
   end