Skip to content

Commit

Permalink
Minor style updates
Browse files Browse the repository at this point in the history
A few minor style updates
  • Loading branch information
Dan Bode committed Mar 31, 2012
1 parent d79dfde commit 88b57a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# allowing a resource to serve as a point where the configuration of nova begins
anchor { 'nova-start': }

package { ["python-nova"]:
package { "python-nova":
ensure => present,
require => Package["python-greenlet"]
}
Expand All @@ -78,7 +78,7 @@
}
file { $logdir:
ensure => directory,
mode => '751',
mode => '0751',
}
file { '/etc/nova/nova.conf':
mode => '0640',
Expand Down

0 comments on commit 88b57a3

Please sign in to comment.