[PATCH aeolus-cli 3/4] added hwp model to cli

Samridh samridh90 at gmail.com
Wed Jul 25 04:57:31 UTC 2012


---
 lib/aeolus_cli/model/hardware_profile.rb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 lib/aeolus_cli/model/hardware_profile.rb

diff --git a/lib/aeolus_cli/model/hardware_profile.rb b/lib/aeolus_cli/model/hardware_profile.rb
new file mode 100644
index 0000000..10a8701
--- /dev/null
+++ b/lib/aeolus_cli/model/hardware_profile.rb
@@ -0,0 +1,20 @@
+#   Copyright 2011 Red Hat, Inc.
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
+module Aeolus
+  module CLI
+    class HardwareProfile < Base
+    end
+  end
+end
-- 
1.7.7.6




More information about the aeolus-devel mailing list