summaryrefslogtreecommitdiff
path: root/manifests/devel.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-02-21 17:22:47 +0000
committermh <mh@immerda.ch>2009-02-21 17:22:47 +0000
commit288a33be75de3d6e75d6039bd92dcfda46fda190 (patch)
treeef36965c38daa0b7cd7e89fc5aea6e1130572416 /manifests/devel.pp
parent2dc631bd2a441644090ae9075135db8e977ff03e (diff)
merged with puzzle
Diffstat (limited to 'manifests/devel.pp')
-rw-r--r--manifests/devel.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/devel.pp b/manifests/devel.pp
index 225d91e..213aa7c 100644
--- a/manifests/devel.pp
+++ b/manifests/devel.pp
@@ -1,5 +1,5 @@
class mysql::devel{
- package{'mysql-devel':
- ensure => present,
- }
+ package{'mysql-devel':
+ ensure => present,
+ }
}